C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel 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
 

Parameters

e
C1.Framework.XView.Element to locate.

Return Value

Bounds of element e, in client coordinates.
See Also