XGraphicsPathAddLine Method (Double, Double, Double, Double)Terminal Works - PDF Printing.Net Library
Adds a line segment to current figure.

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

public void AddLine(
	double x1,
	double y1,
	double x2,
	double y2
)

Parameters

x1
Type: SystemDouble
y1
Type: SystemDouble
x2
Type: SystemDouble
y2
Type: SystemDouble
See Also

Reference