DXMatrix.CreateRotateMatrix(Single) Method
In This Article
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.v24.2.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