Enum content
PathOperators
Namespace: Datalogics::PDFL
Description
Enumerated data type for path segment operators in PDEPath elements.
Each value corresponds to a PDF path construction operator (moveto, lineto, curveto, etc.).
Values
- Move
Designates the m (moveto) operator, which moves the current point.
- Line
Designates the l (lineto) operator, which appends a straight line segment from the current point.
- Curve
Designates the c (curveto) operator, which appends a bezier curve to the path.
- RectPath
Designates the re operator, which adds a rectangle to the current path.
- Close
Designates the h (closepath) operator, which closes the current sub-path.