XGraphicsDrawLines Method (XPen, Double, Double, Double)Terminal Works - PDF Printing.Net Library
Draws a series of line segments that connect an array of x and y pairs.

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

public void DrawLines(
	XPen pen,
	double x,
	double y,
	params double[] value
)

Parameters

pen
Type: PdfEdit.DrawingXPen
x
Type: SystemDouble
y
Type: SystemDouble
value
Type: SystemDouble
See Also

Reference