The HatchBrush type exposes the following members.
Name | Description | |
---|---|---|
HatchBrush | Overloaded. Creates new instance of the HatchBrush class. |
Name | Description | |
---|---|---|
Clone |
Creates a full copy of this HatchBrush object. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToGdiplusBrush |
Converts the brush to System.Drawing.Brush class. (Overrides Brush.ToGdiplusBrush().) |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Implicit | Overloaded. Casts an instance of Aurigma.GraphicsMill.Drawing.HatchBrush to System.Drawing.Drawing2D.HatchBrush or vice versa. |
Name | Description | |
---|---|---|
BackgroundColor |
Gets/sets background color for the hatch brush. |
|
ForegroundColor |
Gets/sets foreground color for the hatch brush. It is used to draw the hatch itself. |
|
HatchStyle |
Gets/sets hatch style for this brush. |
|
IsEmpty |
Indicates if the brush is empty. (Inherited from Brush.) |
|
TransparentBackground |
Gets/sets the value which specifies whether to fill underlying image with the BackgroundColor. If true, brush will draw only hatch with ForegroundColor. |
|
Type |
Returns brush type. (Inherited from Brush.) |