Overload | Description |
---|---|
HatchBrush Constructor() | Initializes a new instance of the HatchBrush class using default values: black foreground, transparent background, HatchStyle.Horizontal hatch style. |
HatchBrush Constructor(HatchStyle) | Initializes a new instance of the HatchBrush class using specified hatch style, and default colors (black on transparent). |
HatchBrush Constructor(HatchBrush) | Creates a copy of a HatchBrush object. |