RenderContent(Graphics,Rectangle) Method
In This Topic
Renders the element contents into the specified System.Drawing.Graphics object at the specified location.
Syntax
'Declaration
Public Overloads Overrides Sub RenderContent( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Rectangle _
)
public override void RenderContent(
System.Drawing.Graphics ,
System.Drawing.Rectangle
)
Parameters
- g
- System.Drawing.Graphics object where the Element will be rendered.
- r
- System.Drawing.Rectangle where the Element contents will be rendered.
See Also