Method that rotates the drawing view by the specified angle.
| Name | Type | Description |
| Angle | Double | Input double that specifies the angle by which to rotate the view. |
| Clockwise | Boolean | Optional input Boolean that specifies whether to rotate the view clockwise or counter-clockwise. The default value is True indicating that the view will be rotated clockwise. This is an optional argument whose default value is True. |