PdfPathOperationType Enumeration

Identifies the type of operation stored in a PdfPathOperation

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
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