Input for WinForms | ComponentOne
C1.Framework Namespace / FontIconElement Class / Layout Method / Layout(Graphics) Method
Graphics object used to measure the element.

In This Topic
    Layout(Graphics) Method
    In This Topic
    Lays out this element based on its style and contents.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Layout( _
       ByVal g As Graphics _
    ) 
    public virtual void Layout( 
       Graphics g
    )

    Parameters

    g
    Graphics object used to measure the element.
    See Also