Table of Contents

Constructor HatchBrush

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

HatchBrush(BrushHatchStyle, Color)

Initializes a new instance of the HatchBrush class with the specified BrushHatchStyle enumeration, and the color.

public HatchBrush(BrushHatchStyle hatchStyle, Color color)

Parameters

hatchStyle BrushHatchStyle

One of the BrushHatchStyle values that represents the pattern drawn by this HatchBrush.

color Color

The Color structure that represents the color of lines drawn by this HatchBrush.