FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / GetClientRectangleF Method / GetClientRectangleF() Method


In This Topic
GetClientRectangleF() Method
In This Topic
Gets the coordinates of the element.
Syntax
'Declaration
 
Protected Overloads Overridable Function GetClientRectangleF() As RectangleF
 
'Usage
 
Dim instance As ElementWindowless
Dim value As RectangleF
 
value = instance.GetClientRectangleF()

Return Value

Coordinates of the element
See Also