This documentation is for the old version. Go to the latest Graphics Mill docs

HatchBrush Members

The HatchBrush type exposes the following members.

Constructors

Name Description
Public method HatchBrush Overloaded.

Creates new instance of the HatchBrush class.

Methods

Name Description
Public method Clone

Creates a full copy of this HatchBrush object.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToGdiplusBrush

Converts the brush to System.Drawing.Brush class.

(Overrides Brush.ToGdiplusBrush().)
Public method ToString (Inherited from Object.)

Operators

Name Description
Public operator Static member Implicit Overloaded.

Casts an instance of Aurigma.GraphicsMill.Drawing.HatchBrush to System.Drawing.Drawing2D.HatchBrush or vice versa.

Properties

Name Description
Public property BackgroundColor

Gets/sets background color for the hatch brush.

Public property ForegroundColor

Gets/sets foreground color for the hatch brush. It is used to draw the hatch itself.

Public property HatchStyle

Gets/sets hatch style for this brush.

Public property IsEmpty

Indicates if the brush is empty.

(Inherited from Brush.)
Public property TransparentBackground

Gets/sets the value which specifies whether to fill underlying image with the BackgroundColor. If true, brush will draw only hatch with ForegroundColor.

Public property Type

Returns brush type.

(Inherited from Brush.)

See Also

Reference