DXGraphicsPath.AddArc(RectangleF, Single, Single) Method
In This Article
Appends an elliptical arc to the current figure.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public void AddArc(
RectangleF rectangle,
float startAngle,
float sweepAngle
)
#Parameters
Name | Type | Description |
---|---|---|
rectangle | Rectangle |
The rectangular bounds of the ellipse from which the arc is taken. |
start |
Single | The starting angle of the arc, measured in degrees clockwise from the x-axis. |
sweep |
Single | The angle between |
See Also