Version

Search Results

HatchBrush Class Methods

Public Methods

HatchBrush Class Properties

Public Properties

BackColor Property

Gets or sets the background color. Syntax

Clone Method (HatchBrush)

Returns a copy of the brush. Syntax Return Value An identical brush.

ForeColor Property

Gets or sets the foreground color. Syntax

Style Property (HatchBrush)

Gets or sets the HatchStyle of this brush. Syntax

Type Property (HatchBrush)

Gets the BrushType of this brush. Syntax

HatchBrush Constructor(HatchBrush)

Initializes a new instance of the HatchBrush class. Syntax Parameters brush A reference to a System.Drawing.Drawing2D.HatchBrush object.

HatchBrush Constructor(HatchStyle,Color,Color)

Initializes a new instance of the HatchBrush class. Syntax Parameters style Hatch style of the brush.foreColor Foreground color.backColor Background color.

HatchBrush Constructor

Overload List