Rotate Method
The Rotate method rotates the selected objects by the specified number of degrees.
Syntax
object.Rotate( angle )
Parameter | Type | Description |
angle | Double | required, angle in degrees |
Remarks
Positive degrees rotate the selection counterclockwise, negative degrees rotate the selection clockwise.
Example
This example shows how to rotate an ellipse.
Ellipse.Select
Plot.Selection.Rotate(35)
Used by: AutoSelection collection