[]
Applies a clockwise rotation of the specified angle about the origin to this Matrix object.
public void Rotate(float angle)
Public Sub Rotate(angle As Single)
| Type | Name | Description |
|---|---|---|
| float | angle | A float indicates the clockwise angle. |
Applies a clockwise rotation of the specified angle about the origin to this Matrix object.
public void Rotate(float angle, TransformOrder order)
Public Sub Rotate(angle As Single, order As TransformOrder)
| Type | Name | Description |
|---|---|---|
| float | angle | A float indicates the clockwise angle. |
| TransformOrder | order | A TransformOrder enumeration that specifies the order (append or prepend) in which the rotation is applied to this Matrix object. |