[]
Initializes a new instance of the HatchBrush class using default values: black foreground, transparent background, Horizontal hatch style.
public HatchBrush()
Initializes a new instance of the HatchBrush class using specified hatch style, and default colors (black on transparent).
public HatchBrush(HatchStyle style)
| Type | Name | Description |
|---|---|---|
| HatchStyle | style | The hatch style to use. |
Creates a copy of a HatchBrush object.
public HatchBrush(HatchBrush source)
| Type | Name | Description |
|---|---|---|
| HatchBrush | source |