Daily Archives: July 19, 2010

Using DrawingBrush to handle transparent backgrounds

With images it is sometimes difficult to see the difference between a white and transparent background. Using a DrawingBush in Tile mode can create the known checker background used in applications as Photoshop. <DrawingBrush> <DrawingBrush.Drawing> <DrawingGroup> <GeometryDrawing Brush=”White”> <GeometryDrawing.Geometry> <RectangleGeometry Rect=”0,0,10,10″ /> … Continue reading

Posted in Uncategorized | Tagged | Leave a comment