Matrix.Rotate
Rotate(float, MatrixOrder)
在指定的顺序下,对此 Matrix 在原点(零 x 和 y 坐标)进行角度参数指定的顺时针旋转。
public void Rotate(float angle, MatrixOrder order)
| 参数 | 类型 | 描述 |
|---|---|---|
| 角度 | 单精度 | 旋转角度。 |
| order | MatrixOrder | 矩阵顺序。 |
另请参见
- enum MatrixOrder
- class Matrix
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Rotate(float)
在默认(Prepend)顺序下,对此 Matrix 在原点(零 x 和 y 坐标)进行角度参数指定的顺时针旋转。
public void Rotate(float angle)
| 参数 | 类型 | 描述 |
|---|---|---|
| 角度 | 单精度 | 旋转角度。 |
另请参见
- class Matrix
- namespace Aspose.Imaging
- assembly Aspose.Imaging