[]
Fill the special pie on current Grapchis by using special brush
public void FillPie(Brush brush, Rectangle rectangle, float startAngle, float sweepAngle)
Public Sub FillPie(brush As Brush, rectangle As Rectangle, startAngle As Single, sweepAngle As Single)
| Type | Name | Description |
|---|---|---|
| Brush | brush | A Brush object used to fill the pie. |
| Rectangle | rectangle | A Rectangle structure that defines the boundaries of the pie. |
| float | startAngle | A float value that defines the start angle of the pie. |
| float | sweepAngle | A float value that defines the sweep angle of the pie. |
The curve begins at the point where the ellipse intersects the first radial and extends counterclockwise to the point where the ellipse intersects the second radial.
| Type | Condition |
|---|---|
| SystemErrorException |