DXMatrix.CreateRotateMatrix(Single) Method
Creates a new matrix based on the current matrix and applies a clockwise rotation of the specified angle relative to the matrix origin.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| angle | Single | Angle of rotation in degrees.’ |
Returns
| Type | Description |
|---|---|
| DXMatrix | The resulting transformation matrix. |
See Also