Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic lists the FillPie methods of the Graphics class. For a complete list of methods for the Graphics class, see Graphics.
Overload list
| Method | Description |
|---|---|
| FillPie(Brush*,Rect&,REAL,REAL) | The Graphics::FillPie method uses a brush to fill the interior of a pie. |
| FillPie(Brush*,RectF&,REAL,REAL) | The Graphics::FillPie method uses a brush to fill the interior of a pie. |
| FillPie(Brush*,INT,INT,INT,INT,REAL,REAL) | The Graphics::FillPie method uses a brush to fill the interior of a pie. |
| FillPie(Brush*,REAL,REAL,REAL,REAL,REAL,REAL) | The Graphics::FillPie method uses a brush to fill the interior of a pie. |
Requirements
| Requirement | Value |
|---|---|
| Header |
|