PdfPathOperationMoveTo Method
Creates a move-to operation that begins a new subpath at the specified point
without producing a line segment
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
public static PdfPathOperation 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
PdfPathOperationThe constructed operation