PdfPathElementMoveTo Method

Appends a move-to operation that begins a new subpath at the specified point. Returns this instance so calls can be chained

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfPathElement 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

PdfPathElement
This PdfPathElement instance

See Also