Skip to main content
All docs
V25.1
  • DXMatrix.RotateAt(Single, PointF, DXMatrixOrder) Method

    Applies a clockwise rotation around the specified point in the specified order.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void RotateAt(
        float angle,
        PointF point,
        DXMatrixOrder order = DXMatrixOrder.Prepend
    )

    Parameters

    Name Type Description
    angle Single

    The angle of the rotation, in degrees.

    point PointF

    The rotation center.

    Optional Parameters

    Name Type Default Description
    order DXMatrixOrder Prepend

    An enumeration value that indicates the order (append or prepend) in which the rotation is applied.

    See Also