Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / HatchBrush Class / HatchBrush Constructor / HatchBrush Constructor(HatchStyle)
The hatch style to use.

In This Topic
    HatchBrush Constructor(HatchStyle)
    In This Topic
    Initializes a new instance of the HatchBrush class using specified hatch style, and default colors (black on transparent).
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal style As HatchStyle _
    )
    public HatchBrush( 
       HatchStyle style
    )

    Parameters

    style
    The hatch style to use.
    See Also