HiQPdf Documentation

PdfPathMoveTo Method

Quickly Create High Quality PDFs
Move the PDF path to a location

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void MoveTo(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
The X location
y
Type: SystemSingle
The Y location
See Also

Reference