Click or drag to resize

ElementBuilderLineTo Method

Draw a line from the current point to the given point.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void LineTo(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
the x
y
Type: SystemDouble
the y
See Also