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