Enum content

PathOperators

Namespace: Datalogics::PDFL

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.