Search
HatchBrush Members
Constructors Properties Methods
 


HatchBrush fills shapes using a hatch style, a foreground color, and a background color.

The following tables list the members exposed by the HatchBrush type.

 Public Constructors

  Name Description

HatchBrush

Initializes a new instance of the HatchBrush class with the specified style, foreground color and background color.

 Public Properties

  Name Description

BackgroundColor

Gets or sets the color of spaces between the hatch lines drawn by this brush.

ForegroundColor

Gets or sets the color of hatch lines drawn by this brush.

Style

Gets the hatch style of this brush.

 Public Methods

  Name Description

Clone

Creates an exact copy of this brush.

Equals

Brush.Equals override.

GetHashCode

Brush.GetHashCode override.

ToColor

Brush.ToColor override.

 See Also