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

    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