XGraphicsDrawArc Method (XPen, Double, Double, Double, Double, 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,
	double x,
	double y,
	double width,
	double height,
	double startAngle,
	double sweepAngle
)

Parameters

pen
Type: PdfEdit.DrawingXPen
x
Type: SystemDouble
y
Type: SystemDouble
width
Type: SystemDouble
height
Type: SystemDouble
startAngle
Type: SystemDouble
sweepAngle
Type: SystemDouble
See Also

Reference