Initializes a new instance of the HatchBrush class using the specified style and foreground color.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public HatchBrush( HatchStyle hatchStyle, RgbColor foreColor )
Type: Aurigma.GraphicsMill.Drawing.HatchStyle
A HatchStyle value specifying a hatch style of the brush. You can change this value later through the HatchStyle property.Type: Aurigma.GraphicsMill.RgbColor
A RgbColor value specifying a foreground color of the brush. You can change this value later through the ForegroundColor property.false
and specifying a necessary value to the BackgroundColor.