GraphicsPath::AddPie Method (Single, Single, Single, Single, Single, Single)
Adds the outline of a pie shape to this path.
Assembly: System.Drawing (in System.Drawing.dll)
public: void AddPie( float x, float y, float width, float height, float startAngle, float sweepAngle )
Parameters
- x
-
Type:
System::Single
The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie is drawn.
- y
-
Type:
System::Single
The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie is drawn.
- width
-
Type:
System::Single
The width of the bounding rectangle that defines the ellipse from which the pie is drawn.
- height
-
Type:
System::Single
The height of 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).
Available since 1.1