XGraphicsDrawPie Method (XPen, XBrush, RectangleF, Double, Double)Terminal Works - PDF Printing.Net Library
Draws a pie defined by an ellipse.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public void DrawPie(
	XPen pen,
	XBrush brush,
	RectangleF rect,
	double startAngle,
	double sweepAngle
)

Parameters

pen
Type: PdfEdit.DrawingXPen
brush
Type: PdfEdit.DrawingXBrush
rect
Type: System.DrawingRectangleF
startAngle
Type: SystemDouble
sweepAngle
Type: SystemDouble
See Also

Reference