Draws the interior of a pie section defined by an ellipse specified by two Vector structures and two radial lines.
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public void DrawPie( Stroke stroke, Vector location, Vector size, double startAngle, double sweepAngle )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub DrawPie ( _ stroke As Stroke, _ location As Vector, _ size As Vector, _ startAngle As Double, _ sweepAngle As Double _ )  | 
| Visual C++ | 
|---|
public: void DrawPie( Stroke^ stroke, Vector location, Vector size, double startAngle, double sweepAngle )  | 
Parameters
- stroke
 - Type: PerpetuumSoft.Framework.Drawing..::.Stroke
 
- location
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector
 
- startAngle
 - Type: System..::.Double
 
- sweepAngle
 - Type: System..::.Double