[]
Applies a clockwise rotation of the specified angle about the origin to this Matrix object.
public void Rotate(float angle)
| 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)
| 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. |