DXGraphics.RotateTransform(Single, DXMatrixOrder) Method
Applies a rotation to the transformation matrix in the specified order.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| angle | Single | The rotation angle in degrees. |
| order | DXMatrixOrder | An enumeration member that specifies whether the rotation is appended or prepended to the matrix transformation. |
See Also