ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / TreeRow Class / Render Method
Graphics object where the element will be rendered.
Rectangle where the element will be rendered.

In This Topic
    Render Method (TreeRow)
    In This Topic
    Renders the element into a given rectangle.
    Syntax
    'Declaration
     
    Public Overrides Sub Render( _
       ByVal g As System.Drawing.Graphics, _
       ByVal r As System.Drawing.Rectangle _
    ) 
    public override void Render( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle r
    )

    Parameters

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