DXGraphicsPath.AddArc(RectangleF, Single, Single) Method
Appends an elliptical arc to the current figure.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
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 |
See Also