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 AddPie methods of the GraphicsPath class. For a complete list of methods for the GraphicsPath class, see GraphicsPath.
Overload list
| Method | Description |
|---|---|
| AddPie(Rect&,REAL,REAL) | The GraphicsPath::AddPie method adds a pie to this path. An arc is a portion of an ellipse, and a pie is a portion of the area enclosed by an ellipse. A pie is bounded by an arc and two lines (edges) that go from the center of the ellipse to the endpoints of the arc. |
| AddPie(RectF&,REAL,REAL) | The GraphicsPath::AddPie method adds a pie to this path. An arc is a portion of an ellipse, and a pie is a portion of the area enclosed by an ellipse. A pie is bounded by an arc and two lines (edges) that go from the center of the ellipse to the endpoints of the arc. |
| AddPie(INT,INT,INT,INT,REAL,REAL) | The GraphicsPath::AddPie method adds a pie to this path. An arc is a portion of an ellipse, and a pie is a portion of the area enclosed by an ellipse. A pie is bounded by an arc and two lines (edges) that go from the center of the ellipse to the endpoints of the arc. |
| AddPie(REAL,REAL,REAL,REAL,REAL,REAL) | The GraphicsPath::AddPie method adds a pie to this path. An arc is a portion of an ellipse, and a pie is a portion of the area enclosed by an ellipse. A pie is bounded by an arc and two lines (edges) that go from the center of the ellipse to the endpoints of the arc. |
Requirements
| Requirement | Value |
|---|---|
| Header |
|