FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / GetClientRectangle Method / GetClientRectangle() Method


In This Topic
GetClientRectangle() Method
In This Topic
Gets the coordinates of the element.
Syntax
'Declaration
 
Public Overloads Overridable Function GetClientRectangle() As Rectangle
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim value As Rectangle
 
value = instance.GetClientRectangle()

Return Value

Coordinates of the element
See Also