InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / XView Class / GetBounds Method / GetBounds(Element) Method
XView.Element to locate.

In This Topic
    GetBounds(Element) Method
    In This Topic
    Gets the rectangle that contains a given element.
    Syntax
    'Declaration
     
    Public Overloads Function GetBounds( _
       ByVal e As Element _
    ) As Rectangle
    public Rectangle GetBounds( 
       Element e
    )

    Parameters

    e
    XView.Element to locate.

    Return Value

    Bounds of element e, in client coordinates.
    See Also