PdfPathMoveTo Method

Move the PDF path to a location

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void MoveTo(
	float x,
	float y
)

Parameters

x  Single
The X location
y  Single
The Y location

See Also