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


In This Topic
GetRotateHandleRectangle(Rectangle) Method
In This Topic
Gets the rotate handle rectangle.
Syntax
'Declaration
 
Public Overridable Function GetRotateHandleRectangle( _
   ByVal r As Rectangle _
) As Rectangle
 
'Usage
 
Dim instance As RoundedRectangleShape
Dim r As Rectangle
Dim value As Rectangle
 
value = instance.GetRotateHandleRectangle(r)

Parameters

r
Rectangle
See Also