HatchBrush Members

The HatchBrush type exposes the following members.

Constructors

Name Description
Public method HatchBrush Overloaded.

Initializes a new instance of the HatchBrush class.

Methods

Name Description
Public method Dispose

Releases all resources used by this HatchBrush.

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

Gets the System.Drawing.Brush containing a copy of this HatchBrush.

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

Operators

Name Description
Public operator Static member Explicit

Converts the specified Aurigma.GraphicsMill.Drawing.HatchBrush instance to a System.Drawing.Drawing2D.HatchBrush.

Public operator Static member Implicit

Converts the specified System.Drawing.Drawing2D.HatchBrush instance to a Aurigma.GraphicsMill.Drawing.HatchBrush.

Properties

Name Description
Public property BackgroundColor

Gets or sets a background color for this hatch brush.

Public property ForegroundColor

Gets or sets a foreground color for this hatch brush.

Public property HatchStyle

Gets or sets a hatch style for this brush.

Public property TransparentBackground

Gets or sets a value that indicates whether to fill underlying image with the BackgroundColor.

See Also

Reference