Skip to main content
All docs
V23.2

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

NuGet Package: DevExpress.Drawing

Declaration

public static DXMatrix CreateRotateMatrix(
    float angle
)

Parameters

Name Type Description
angle Single

Angle of rotation in degrees.’

Returns

Type Description
DXMatrix

The resulting transformation matrix.

See Also