[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.HatchBrush.-ctor

HatchBrush Constructor

HatchBrush()

Initializes a new instance of the HatchBrush class using default values: black foreground, transparent background, Horizontal hatch style.

Declaration
public HatchBrush()
Public Sub New()

HatchBrush(HatchStyle)

Initializes a new instance of the HatchBrush class using specified hatch style, and default colors (black on transparent).

Declaration
public HatchBrush(HatchStyle style)
Public Sub New(style As HatchStyle)
Parameters
Type Name Description
HatchStyle style

The hatch style to use.

HatchBrush(HatchBrush)

Creates a copy of a HatchBrush object.

Declaration
public HatchBrush(HatchBrush source)
Public Sub New(source As HatchBrush)
Parameters
Type Name Description
HatchBrush source