Fills the interior of a pie section defined by an ellipse specified by the 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 FillPie(
	Fill fill,
	VectorRectangle rect,
	double startAngle,
	double sweepAngle
)
Visual Basic (Declaration)
Public MustOverride Sub FillPie ( _
	fill As Fill, _
	rect As VectorRectangle, _
	startAngle As Double, _
	sweepAngle As Double _
)
Visual C++
public:
virtual void FillPie(
	Fill^ fill, 
	VectorRectangle rect, 
	double startAngle, 
	double sweepAngle
) abstract

See Also