System::Drawing::Drawing2D::Matrix::RotateAt method
Matrix::RotateAt(float, const PointF&) method
按指定角度顺时针围绕指定点旋转当前对象表示的矩阵。
void System::Drawing::Drawing2D::Matrix::RotateAt(float angle, const PointF &point)
| 参数 | 类型 | 描述 |
|---|---|---|
| 角度 | float | 旋转矩阵的角度 |
| 点 | const PointF& | 指定旋转中心 |
另见
- Class PointF
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
Matrix::RotateAt(float, const PointF&, MatrixOrder) method
按指定角度顺时针围绕指定点旋转当前对象表示的矩阵。
void System::Drawing::Drawing2D::Matrix::RotateAt(float angle, const PointF &point, MatrixOrder order)
| 参数 | 类型 | 描述 |
|---|---|---|
| 角度 | float | 旋转矩阵的角度 |
| 点 | const PointF& | 指定旋转中心 |
| 顺序 | MatrixOrder | 旋转应用的顺序 |
另见
- Class PointF
- Enum MatrixOrder
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++