ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitContainer Class / GetBounds Method / GetBounds(Element,Boolean,Boolean) Method

In This Topic
    GetBounds(Element,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetBounds( _
       ByVal e As C1.Framework.Element, _
       ByVal contentArea As System.Boolean, _
       ByVal clip As System.Boolean _
    ) As System.Drawing.Rectangle
    public System.Drawing.Rectangle GetBounds( 
       C1.Framework.Element e,
       System.bool contentArea,
       System.bool clip
    )

    Parameters

    e
    contentArea
    clip
    See Also