ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / FontIconElement Class / RenderIcon Method

In This Topic
    RenderIcon Method (FontIconElement)
    In This Topic
    Renders content into the given rectangle.
    Syntax
    'Declaration
     
    Protected Overrides Sub RenderIcon( _
       ByVal s As Style, _
       ByVal g As System.Drawing.Graphics, _
       ByVal r As System.Drawing.Rectangle _
    ) 
    protected override void RenderIcon( 
       Style s,
       System.Drawing.Graphics g,
       System.Drawing.Rectangle r
    )

    Parameters

    s
    g
    r
    See Also