Draws the interior of a pie section defined by an ellipse specified by a VectorRectangle structure and two radial lines.

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

Syntax

C#
public abstract void DrawPie(
	Stroke stroke,
	VectorRectangle rect,
	double startAngle,
	double sweepAngle
)
Visual Basic (Declaration)
Public MustOverride Sub DrawPie ( _
	stroke As Stroke, _
	rect As VectorRectangle, _
	startAngle As Double, _
	sweepAngle As Double _
)
Visual C++
public:
virtual void DrawPie(
	Stroke^ stroke, 
	VectorRectangle rect, 
	double startAngle, 
	double sweepAngle
) abstract

See Also