DXGraphics.FillPie(DXBrush, Rectangle, Single, Single) Method
In This Article
Fills the interior of the pie shape.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#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. |
start |
Single | Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. |
sweep |
Single | Angle measured in degrees clockwise from the |
See Also