InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / BitmapIconElement 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 _
    ) 
    public virtual 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