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

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    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