Rotates the shape according to the angle, specified in either degrees or radians.
Syntax
object.Rotate fAngle, bInRadians
Properties
The Rotate method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
fAngle |
Double. The amount of angle to rotate the shape. |
bInRadians |
Boolean. If True, rotate the object by the specified angle in radians. If False, rotate the object by the specified angle in degrees. |