Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void RotateTransform(
    float angle,
    MatrixOrder order = MatrixOrder.Prepend
)

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