InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / CompositeIconElement Class / Layout Method / Layout(Graphics) Method
System.Drawing.Graphics object used to measure the Element.

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

    Parameters

    g
    System.Drawing.Graphics object used to measure the Element.
    See Also