DXMatrix.Rotate(Single, DXMatrixOrder) Method
Applies a clockwise rotation to the specified angle around the origin (zero x and y coordinates).
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| angle | Single | The angle (extent) of the rotation, in degrees. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| order | DXMatrixOrder | Prepend | An enumeration value that indicates the order (append or prepend) in which the rotation is applied. |
See Also