PdfPathOperationType Enumeration
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
public enum PdfPathOperationType
| MoveTo | 0 |
Begins a new subpath by moving the current point to the operation point,
without producing any line segment
|
| LineTo | 1 |
Appends a straight line segment from the current point to the operation point
|
| CurveTo | 2 |
Appends a cubic Bezier curve segment from the current point using two control
points and an end point
|
| Close | 3 |
Closes the current subpath by appending a straight line segment back to the
starting point of the subpath
|