Fills the interior of a pie section defined by an ellipse specified by the VectorRectangle structure and two radial lines.
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: 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  | 
Parameters
- fill
 - Type: PerpetuumSoft.Framework.Drawing..::.Fill
 
- startAngle
 - Type: System..::.Double
 
- sweepAngle
 - Type: System..::.Double