Click or drag to resize

BrushData Constructor

Overload List
  NameDescription
Public methodBrushData
Default constructor.
Public methodBrushData(Brush, HotImage, String)
This constructor allows any System.Drawing Brush to be passed to it. The parent Hotimage is required so that the TextureBrush can get the resource embedded in the assembly that is the parent of the Hotimage.
Public methodBrushData(LinearGradientBrush, HotImage, LinearGradientMode)
Constructor for creating a BrushData for a LinearGradientBrush.
Top
See Also