Adds the outline of a pie shape to this path.
            
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
public void AddPie( double x, double y, double width, double height, double startAngle, double sweepAngle )
Parameters
- x
 - Type: SystemDouble
 - y
 - Type: SystemDouble
 - width
 - Type: SystemDouble
 - height
 - Type: SystemDouble
 - startAngle
 - Type: SystemDouble
 - sweepAngle
 - Type: SystemDouble
 
See Also