Fills the interior of a pie section defined by an ellipse specified by a System.Drawing.Rectangle structure and two radial lines.
Overload List
| Overload | Description |
| FillPie(Brush,Rectangle,Single,Single) | Fills the interior of a pie section defined by an ellipse specified by a System.Drawing.Rectangle structure and two radial lines. |
| FillPie(Brush,RectangleF,Single,Single) | Fills the interior of a pie section defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines. |
| FillPie(Brush,Int32,Int32,Int32,Int32,Int32,Int32) | Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, and a height and two radial lines. |
| FillPie(Brush,Single,Single,Single,Single,Single,Single) | Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, and a height and two radial lines. |
See Also