Creates new instance of the HatchBrush class. Here you construct hatch brush from hatch style and foreground color.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ hatchStyle As HatchStyle, _ foreColor As RgbColor, _ backColor As RgbColor _ )
public HatchBrush( HatchStyle hatchStyle, RgbColor foreColor, RgbColor backColor )
Type: Aurigma.GraphicsMill.Drawing.HatchStyle
HatchStyle value specifying hatch style of the brush. You can change this value later through property HatchStyle.Type: Aurigma.GraphicsMill.RgbColor
RgbColor value specifying foreground color of the brush. You can change this value later through property ForegroundColor.Type: Aurigma.GraphicsMill.RgbColor
RgbColor value specifying background color of the brush. You can change this value later through property BackgroundColor.