InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / BitmapIconElement Class / RenderIcon Method

In This Topic
    RenderIcon Method (BitmapIconElement)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub RenderIcon( _
       ByVal s As Style, _
       ByVal g As Graphics, _
       ByVal r As Rectangle _
    ) 
    protected virtual void RenderIcon( 
       Style s,
       Graphics g,
       Rectangle r
    )

    Parameters

    s
    g
    r
    See Also