RenderContent(Graphics,Rectangle) Method
Render this element's content (no children).
'Declaration
Public Overloads Overridable Sub RenderContent( _
ByVal As Graphics, _
ByVal As Rectangle _
)
Parameters
- g
- Graphics object where the element will be rendered.
- r
- Rectangle to render into.