PdfContents.LineTo Method (Double, Double)

PDF File Writer

PdfContentsLineTo Method (Double, Double)

Draw line from last position to new position

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void LineTo(
	double X,
	double Y
)

Parameters

X
Type: SystemDouble
New X position
Y
Type: SystemDouble
New Y position
See Also