Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1Accordion 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 Boolean, _
       ByVal clip As Boolean _
    ) As Rectangle
    public Rectangle GetBounds( 
       C1.Framework.Element e,
       bool contentArea,
       bool clip
    )

    Parameters

    e
    contentArea
    clip
    See Also