WebPlanner Programmer's Guide

TextureBrush.CreateGdiBrush Method

See Also
 


Returns an instance of a System.Drawing.Brush-derived class corresponding to the current brush.

 Overload List

Name Description

TextureBrush.CreateGdiBrush (RectangleF)

Creates an instance of the System.Drawing.TextureBrush class that can be used to paint in a GDI+ Graphics object.

TextureBrush.CreateGdiBrush (RectangleF, Single, Single)

Creates an instance of the System.Drawing.TextureBrush class that can be used to paint in a GDI+ Graphics object.

 See Also