MetafileRecorderGraphics2D.RotateTransform
Contents
[
Hide
]RotateTransform(float)
Applies the specified rotation to the transformation matrix of this Graphics.
public void RotateTransform(float angle)
Parameter | Type | Description |
---|---|---|
angle | Single | Angle of rotation in degrees. |
See Also
- class MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging
RotateTransform(float, PointF, MatrixOrder)
Applies the specified rotation to the transformation matrix of this Graphics in the specified order.
public void RotateTransform(float angle, PointF center, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
angle | Single | Angle of rotation in degrees. |
center | PointF | The rotating center. |
order | MatrixOrder | Specifies whether the rotation is appended or prepended to the matrix transformation.. |
See Also
- struct PointF
- enum MatrixOrder
- class MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging