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


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

Parameters

rotationCenterPoint
Point around which to rotate the object
angle
Angle to rotate the object
See Also