This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
Graphics..::.FillPie Method
Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines.

Overload List
|
| Name | Description |
|---|
.gif) | FillPie(Brush, Rectangle, Single, Single) |
Fills the interior of a pie section defined by an ellipse specified by a RectangleF structure and two radial lines.
|
.gif) | 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, a height, and two radial lines.
|
.gif) | 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, a height, and two radial lines.
|
Top

See Also