RenderContent(Graphics,Rectangle) Method
Renders the element contents into the specified
System.Drawing.Graphics object at the specified location.
'Declaration
Public Overloads Overridable Sub RenderContent( _
ByVal As Graphics, _
ByVal As Rectangle _
)
Parameters
- g
- System.Drawing.Graphics object where the Element will be rendered.
- r
- System.Drawing.Rectangle where the Element contents will be rendered.