DXGraphics.FillPie(DXBrush, Rectangle, Single, Single) Method
Fills the interior of the pie shape.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
public void FillPie(
DXBrush brush,
Rectangle bounds,
float startAngle,
float sweepAngle
)
Parameters
Name | Type | Description |
---|---|---|
brush | DXBrush | The brush used to fill the pie shape. |
bounds | Rectangle | An area where you can draw a pie shape. |
startAngle | Single | Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. |
sweepAngle | Single | Angle measured in degrees clockwise from the |
See Also