Render Method (TreePanel)
In This Topic
Renders the element into a given rectangle.
Syntax
'Declaration
Public Overrides Sub Render( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Rectangle _
)
public override void Render(
System.Drawing.Graphics ,
System.Drawing.Rectangle
)
Parameters
- g
- Graphics object where the element will be rendered.
- r
- Rectangle where the element will be rendered.
See Also