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 _ )
public HatchBrush( HatchStyle hatchStyle, RgbColor foreColor )
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.