Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement Class / Render Method
Graphics object where the element will be rendered.
Rectangle where the element will be rendered.

In This Topic
    Render Method (ScrollBarElement)
    In This Topic
    Renders the element into a given rectangle.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Render( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    public virtual void Render( 
       Graphics g,
       Rectangle r
    )

    Parameters

    g
    Graphics object where the element will be rendered.
    r
    Rectangle where the element will be rendered.
    See Also