GraphicsPath::AddPie Method (Rectangle, Single, Single)
.NET Framework (current version)
Adds the outline of a pie shape to this path.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- rect
-
Type:
System.Drawing::Rectangle
A Rectangle that represents the bounding rectangle that defines the ellipse from which the pie is drawn.
- startAngle
-
Type:
System::Single
The starting angle for the pie section, measured in degrees clockwise from the x-axis.
- sweepAngle
-
Type:
System::Single
The angle between startAngle and the end of the pie section, measured in degrees clockwise from startAngle.
The pie shape is defined by a partial outline of an ellipse and the two radial lines that intersect the endpoints of the partial outline. The partial outline begins at startAngle (measured clockwise from the x-axis) and ends at startAngle + sweepAngle.
For an example, see AddPie(Int32, Int32, Int32, Int32, Single, Single).
.NET Framework
Available since 1.1
Available since 1.1
Show: