[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSObject.Rotate

Rotate Method

Rotate(float)

Rotates the object by the specified angle around the center of the object.

Declaration
public virtual void Rotate(float angle)
Public Overridable Sub Rotate(angle As Single)
Parameters
Type Name Description
float angle

Angle to rotate the object

Rotate(Point, float)

Rotates the object by the specified angle around the specified point.

Declaration
public virtual void Rotate(Point rotationCenterPoint, float angle)
Public Overridable Sub Rotate(rotationCenterPoint As Point, angle As Single)
Parameters
Type Name Description
Point rotationCenterPoint

Point around which to rotate the object

float angle

Angle to rotate the object