PDF File Writer Class Library - Author Uzi Granot
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)

C#
public void LineTo( double X, double Y )
Parameters
- X
- Type: SystemDouble
New X position - Y
- Type: SystemDouble
New Y position
