Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SpinDownButtonElement Class / OnPaint Method / OnPaint(Graphics,Rectangle) Method


In This Topic
    OnPaint(Graphics,Rectangle) Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub OnPaint( _
       ByVal g As Graphics, _
       ByVal rectInput As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As SpinDownButtonElement
    Dim g As Graphics
    Dim rectInput As Rectangle
     
    instance.OnPaint(g, rectInput)
    public override void OnPaint( 
       Graphics g,
       Rectangle rectInput
    )

    Parameters

    g
    rectInput
    See Also