GetBounds(Element) Method
Gets the rectangle that contains a given element.
'Declaration
Public Overloads Function GetBounds( _
ByVal As Element _
) As System.Drawing.Rectangle
public System.Drawing.Rectangle GetBounds(
Element
)
Parameters
- e
- Element to locate.
Return Value
Bounds of element , in client coordinates.