ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / BasePanel Class / SizeToContent Method / SizeToContent(Graphics,Boolean,Size) Method

In This Topic
    SizeToContent(Graphics,Boolean,Size) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Sub SizeToContent( _
       ByVal g As System.Drawing.Graphics, _
       ByVal updateChildren As System.Boolean, _
       ByVal size As System.Drawing.Size _
    ) 
    protected void SizeToContent( 
       System.Drawing.Graphics g,
       System.bool updateChildren,
       System.Drawing.Size size
    )

    Parameters

    g
    updateChildren
    size
    See Also