Input for WinForms | ComponentOne
C1.Framework Namespace / IconElement 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 Overrides Sub RenderContent( _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    public override void RenderContent( 
       Graphics g,
       Rectangle r
    )

    Parameters

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