PdfPathOperationMoveTo Method

Creates a move-to operation that begins a new subpath at the specified point without producing a line segment

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public static PdfPathOperation MoveTo(
	float x,
	float y
)

Parameters

x  Single
The X coordinate of the new current point in points
y  Single
The Y coordinate of the new current point in points

Return Value

PdfPathOperation
The constructed operation

See Also