Skip to main content
All docs
V25.1
  • DXGraphicsPath.AddArc(RectangleF, Single, Single) Method

    Appends an elliptical arc to the current figure.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void AddArc(
        RectangleF rectangle,
        float startAngle,
        float sweepAngle
    )

    Parameters

    Name Type Description
    rectangle RectangleF

    The rectangular bounds of the ellipse from which the arc is taken.

    startAngle Single

    The starting angle of the arc, measured in degrees clockwise from the x-axis.

    sweepAngle Single

    The angle between startAngle and the end of the arc.

    See Also