This documentation is for the old version. Go to the latest Graphics Mill docs

HatchBrush Constructor

Creates new instance of the HatchBrush class.

Overload List

Name Description
Public method HatchBrush()

Creates new instance of the HatchBrush class.

Public method HatchBrush(HatchBrush)

Creates new hatch brush based on System.Drawing.Drawing2D.HatchBrush class instance.

Public method HatchBrush(HatchStyle, RgbColor)

Creates new instance of the HatchBrush class. Here you construct hatch brush from hatch style and foreground color.

Public method HatchBrush(HatchStyle, RgbColor, RgbColor)

Creates new instance of the HatchBrush class. Here you construct hatch brush from hatch style and foreground color.

See Also

Reference