ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / HatchBrush Class / HatchBrush Constructor / HatchBrush Constructor(HatchStyle)
A HatchStyle indicate the drawing style of Brush

In This Topic
    HatchBrush Constructor(HatchStyle)
    In This Topic
    Initialize a new instance of the HatchBrush class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As HatchStyle _
    )
    public HatchBrush( 
       HatchStyle style
    )

    Parameters

    style
    A HatchStyle indicate the drawing style of Brush
    See Also