XGraphicsDrawLine Method (XPen, Double, Double, Double, Double)Terminal Works - PDF Printing.Net Library
Draws a line connecting the two points specified by coordinate pairs.

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

public void DrawLine(
	XPen pen,
	double x1,
	double y1,
	double x2,
	double y2
)

Parameters

pen
Type: PdfEdit.DrawingXPen
x1
Type: SystemDouble
y1
Type: SystemDouble
x2
Type: SystemDouble
y2
Type: SystemDouble
See Also

Reference