XGraphicsPathAddArc Method (XRect, Double, Double)Terminal Works - PDF Printing.Net Library
Adds an elliptical arc to the current figure.

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

public void AddArc(
	XRect rect,
	double startAngle,
	double sweepAngle
)

Parameters

rect
Type: PdfEdit.DrawingXRect
startAngle
Type: SystemDouble
sweepAngle
Type: SystemDouble
See Also

Reference