Draws the interior of a pie section defined by an ellipse specified by a pair of coordinates, width, height and two radial lines.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public void DrawPie(
	Stroke stroke,
	double x,
	double y,
	double width,
	double height,
	double startAngle,
	double sweepAngle
)
Visual Basic (Declaration)
Public Sub DrawPie ( _
	stroke As Stroke, _
	x As Double, _
	y As Double, _
	width As Double, _
	height As Double, _
	startAngle As Double, _
	sweepAngle As Double _
)
Visual C++
public:
void DrawPie(
	Stroke^ stroke, 
	double x, 
	double y, 
	double width, 
	double height, 
	double startAngle, 
	double sweepAngle
)

See Also