BrushData Class |
Namespace: Deltabit.WinForms
The BrushData type exposes the following members.
Name | Description | |
---|---|---|
BrushData |
Default constructor.
| |
BrushData(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.
| |
BrushData(LinearGradientBrush, HotImage, LinearGradientMode) |
Constructor for creating a BrushData for a LinearGradientBrush.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
BackgroundColor |
Background color of a brush.
| |
BrushType |
The type of brush.
| |
EmbeddedResourceName |
The name of a resource Image, used for painting a TextureBrush.
| |
ForegroundColor |
Foreground color of a brush.
| |
GradientDirection |
Gradient direction if it is a gradient brush.
| |
HatchStyle |
HatchStyle of the brush if it is a HatchBrush.
| |
Rectangle |
Rectangle data.
| |
WrapMode |
Brush WrapMode -Specifies how a texture or gradient is tiled when it is smaller than the area being filled. String representation of System.Drawing.Drawing2D.WrapMode enumeration.
|