RenderContent(Graphics,Rectangle) Method
In This Topic
Render this element's content (no children).
Syntax
'Declaration
Public Overloads Overridable Sub RenderContent( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Rectangle _
)
public virtual void RenderContent(
System.Drawing.Graphics ,
System.Drawing.Rectangle
)
Parameters
- g
- Graphics object where the element will be rendered.
- r
- Rectangle to render into.
See Also