Matrix.RotateAt
RotateAt(float, PointF, MatrixOrder)
在指定的顺序下,对此 Matrix 绕指定点进行顺时针旋转。
public void RotateAt(float angle, PointF point, MatrixOrder order)
| 参数 | 类型 | 描述 |
|---|---|---|
| 角度 | 单精度 | 角度。 |
| 点 | PointF | 该点。 |
| order | MatrixOrder | 该顺序。 |
另请参见
- struct PointF
- enum MatrixOrder
- class Matrix
- namespace Aspose.Imaging
- assembly Aspose.Imaging
RotateAt(float, PointF)
在默认(Prepend)顺序下,对此 Matrix 绕指定点进行顺时针旋转。
public void RotateAt(float angle, PointF point)
| 参数 | 类型 | 描述 |
|---|---|---|
| 角度 | 单精度 | 角度。 |
| 点 | PointF | 该点。 |
另请参见
- struct PointF
- class Matrix
- namespace Aspose.Imaging
- assembly Aspose.Imaging