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