PdfContents.LineTo Method (PointD)

PDF File Writer

PdfContentsLineTo Method (PointD)

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(
	PointD Point
)

Parameters

Point
Type: PdfFileWriterPointD
New point
See Also