Input for WinForms | ComponentOne
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 Graphics, _
       ByVal r As Rectangle _
    ) 
    protected override void RenderIcon( 
       Style s,
       Graphics g,
       Rectangle r
    )

    Parameters

    s
    g
    r
    See Also