C1.Framework Namespace / BitmapIconElement Class / RenderContent Method / RenderContent(Graphics,Rectangle) Method
Graphics object where the element will be rendered.
Rectangle to render into.

In This Topic
RenderContent(Graphics,Rectangle) Method
In This Topic
Render this element's content (no children).
Syntax
'Declaration
 
Public Overloads Overridable Sub RenderContent( _
   ByVal g As Graphics, _
   ByVal r As Rectangle _
) 
 

Parameters

g
Graphics object where the element will be rendered.
r
Rectangle to render into.
See Also