ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ScrollablePanel Class / Render Method

In This Topic
    Render Method (ScrollablePanel)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub Render( _
       ByVal g As System.Drawing.Graphics, _
       ByVal rect As System.Drawing.Rectangle _
    ) 
    public override void Render( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle rect
    )

    Parameters

    g
    rect
    See Also