Skip to main content
All docs
V25.1
  • 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.v25.1.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