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