RotateAt
RotateAt(float, PointF, MatrixOrder)
以指定顺序围绕指定点顺时针旋转此矩阵。
public void RotateAt(float angle, PointF point, MatrixOrder order)
范围 | 类型 | 描述 |
---|---|---|
angle | Single | 角度。 |
point | PointF | 重点。 |
order | MatrixOrder | 命令。 |
也可以看看
- struct PointF
- enum MatrixOrder
- class Matrix
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
RotateAt(float, PointF)
以默认(前置)顺序围绕指定点顺时针旋转此矩阵。
public void RotateAt(float angle, PointF point)
范围 | 类型 | 描述 |
---|---|---|
angle | Single | 角度。 |
point | PointF | 重点。 |
也可以看看
- struct PointF
- class Matrix
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging