GraphicsCache.RotateTransform(Single, MatrixOrder) Method
Applies the specified rotation to the transformation matrix of this GraphicsCache in the specified order.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
angle | Single | The rotation angle. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
order | MatrixOrder | Prepend | A MatrixOrder value that specifies whether to append or prepend the rotation matrix. |
See Also