Skip to main content
All docs
V25.1
  • DXGraphics.RotateTransform(Single, DXMatrixOrder) Method

    Applies a rotation to the transformation matrix in the specified order.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void RotateTransform(
        float angle,
        DXMatrixOrder order
    )

    Parameters

    Name Type Description
    angle Single

    The rotation angle in degrees.

    order DXMatrixOrder

    An enumeration member that specifies whether the rotation is appended or prepended to the matrix transformation.

    See Also