Fills 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.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public void FillPie( Fill fill, double x, double y, double width, double height, double startAngle, double sweepAngle )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub FillPie ( _ fill As Fill, _ x As Double, _ y As Double, _ width As Double, _ height As Double, _ startAngle As Double, _ sweepAngle As Double _ )  | 
| Visual C++ | 
|---|
public: void FillPie( Fill^ fill, double x, double y, double width, double height, double startAngle, double sweepAngle )  | 
Parameters
- fill
 - Type: PerpetuumSoft.Framework.Drawing..::.Fill
 
- x
 - Type: System..::.Double
 
- y
 - Type: System..::.Double
 
- width
 - Type: System..::.Double
 
- height
 - Type: System..::.Double
 
- startAngle
 - Type: System..::.Double
 
- sweepAngle
 - Type: System..::.Double