GraphicsCache.DrawArc(Pen, Rectangle, Single, Single) Method
Draws an arc representing a portion of an ellipse specified by a Rectangle structure.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
pen | Pen | Pen that determines the color, width, and style of the arc. |
rect | Rectangle | Rectangle structure that defines the boundaries of the ellipse. |
startAngle | Single | Angle in degrees measured clockwise from the x-axis to the starting point of the arc. |
sweepAngle | Single | Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. |
See Also