Draws the interior of a pie section defined by an ellipse specified by a 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 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  | 
Parameters
- stroke
 - Type: PerpetuumSoft.Framework.Drawing..::.Stroke
 
- startAngle
 - Type: System..::.Double
 
- sweepAngle
 - Type: System..::.Double