PdfPathOperationType Enumeration

Identifies the type of operation stored in a PdfPathOperation

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public enum PdfPathOperationType

Members

MoveTo0 Begins a new subpath by moving the current point to the operation point, without producing any line segment
LineTo1 Appends a straight line segment from the current point to the operation point
CurveTo2 Appends a cubic Bezier curve segment from the current point using two control points and an end point
Close3 Closes the current subpath by appending a straight line segment back to the starting point of the subpath

See Also