Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemePicker Class / DrawBorder Method / DrawBorder(Graphics,Boolean) Method

In This Topic
    DrawBorder(Graphics,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Sub DrawBorder( _
       ByVal g As System.Drawing.Graphics, _
       ByVal clear As System.Boolean _
    ) 
    protected void DrawBorder( 
       System.Drawing.Graphics g,
       System.bool clear
    )

    Parameters

    g
    clear
    See Also