Link Search Menu Expand Document

PathAddLineTo Method (Single, Single)

Appends a straight line segment from the current position to a specified endpoint.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void AddLineTo(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
The x-coordinate of the endpoint.
y
Type: SystemSingle
The y-coordinate of the endpoint.
See Also

Reference