Link Search Menu Expand Document

PathMoveTo Method (Single, Single)

Moves the current point to a new position.

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

Parameters

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

Reference