InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / GetBounds Method / GetBounds(Element) Method
C1.Framework.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
    C1.Framework.XView.Element to locate.

    Return Value

    Bounds of element e, in client coordinates.
    See Also