Input for WinForms | ComponentOne
C1.Framework Namespace / FontIconElement 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 _
    ) 
    public virtual void RenderContent( 
       Graphics g,
       Rectangle r
    )

    Parameters

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