PdfPathElementMoveTo Method
Appends a move-to operation that begins a new subpath at the specified point.
Returns this instance so calls can be chained
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public PdfPathElement MoveTo(
float x,
float y
)
- x Single
- The X coordinate of the new current point in points
- y Single
- The Y coordinate of the new current point in points
PdfPathElementThis
PdfPathElement instance