XGraphicsDrawPie Method (XBrush, Rectangle, 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.1.1.0 (5.1.1.0)
Syntax

public void DrawPie(
	XBrush brush,
	Rectangle rect,
	double startAngle,
	double sweepAngle
)

Parameters

brush
Type: PdfEdit.DrawingXBrush
rect
Type: System.DrawingRectangle
startAngle
Type: SystemDouble
sweepAngle
Type: SystemDouble
See Also

Reference