XGraphicsPath.AddPie Method (RectangleF, Double, Double)Terminal Works - PDF Printing.Net Library
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(
	RectangleF rect,
	double startAngle,
	double sweepAngle
)

Parameters

rect
Type: System.Drawing.RectangleF
startAngle
Type: System.Double
sweepAngle
Type: System.Double
See Also

Reference