C1.Win.8 Assembly / C1.Framework Namespace / PathIconElement Class / RenderContent Method / RenderContent(Graphics,Rectangle) Method
System.Drawing.Graphics object where the Element will be rendered.
System.Drawing.Rectangle where the Element contents will be rendered.

In This Topic
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 Overridable Sub RenderContent( _
   ByVal g As Graphics, _
   ByVal r 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.
See Also