ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / HatchBrush Class / HatchBrush Constructor / HatchBrush Constructor(HatchStyle,Color)
A HatchStyle indicate the drawing style of Brush
A System.Drawing.Color indicate the foreground color of the device on which be drawed

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

    Parameters

    style
    A HatchStyle indicate the drawing style of Brush
    foregroundColor
    A System.Drawing.Color indicate the foreground color of the device on which be drawed
    See Also