Graphics.RotateTransform
RotateTransform(float)
按指定角度旋转本地几何变换。此方法将旋转前置到变换中。
public void RotateTransform(float angle)
| 参数 | 类型 | 描述 |
|---|---|---|
| 角度 | 单精度 | 旋转角度。 |
另请参见
- class Graphics
- namespace Aspose.Imaging
- assembly Aspose.Imaging
RotateTransform(float, MatrixOrder)
按指定顺序以指定角度旋转本地几何变换。
public void RotateTransform(float angle, MatrixOrder order)
| 参数 | 类型 | 描述 |
|---|---|---|
| 角度 | 单精度 | 旋转角度。 |
| order | MatrixOrder | 一个 MatrixOrder,指定是追加还是前置旋转矩阵。 |
另请参见
- enum MatrixOrder
- class Graphics
- namespace Aspose.Imaging
- assembly Aspose.Imaging