FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextShape Class / Rotate Method / Rotate(Single) Method
Angle to rotate the object


In This Topic
Rotate(Single) Method
In This Topic
Rotates the object by the specified angle around the center of the object.
Syntax
'Declaration
 
Public Overloads Overridable Sub Rotate( _
   ByVal angle As Single _
) 
 
'Usage
 
Dim instance As TextShape
Dim angle As Single
 
instance.Rotate(angle)

Parameters

angle
Angle to rotate the object
See Also