[]
Rotates the object by the specified angle around the center of the object.
public virtual void Rotate(float angle)
Public Overridable Sub Rotate(angle As Single)
Type | Name | Description |
---|---|---|
float | angle | Angle to rotate the object |
Rotates the object by the specified angle around the specified point.
public virtual void Rotate(Point rotationCenterPoint, float angle)
Public Overridable Sub Rotate(rotationCenterPoint As Point, angle As Single)