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.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
angle | Single | Angle of rotation in degrees.’ |
Returns
Type | Description |
---|---|
DXMatrix | The resulting transformation matrix. |
See Also