XGraphics.DrawArc Method (XPen, XRect, Double, Double)Terminal Works - PDF Printing.Net Library
Draws an arc representing a portion of an ellipse.

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

public void DrawArc(
	XPen pen,
	XRect rect,
	double startAngle,
	double sweepAngle
)

Parameters

pen
Type: PdfEdit.Drawing.XPen
rect
Type: PdfEdit.Drawing.XRect
startAngle
Type: System.Double
sweepAngle
Type: System.Double
See Also

Reference