PdfPathOperationType Enumeration
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
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
|