FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / RoundedRectangleShape Class / GetClientRectangle Method / GetClientRectangle(Rectangle) Method
Rectangle object that contains the rectangle


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

Parameters

rectInput
Rectangle object that contains the rectangle

Return Value

Coordinates of the element
See Also