Enum content

PathPaintOpFlags

Namespace: Datalogics::PDFL

Values

Neither

The path is neither stroked or filled.

Stroke

Stroke the path, as with the S (stroke) operator.

Fill

Fill the path, using the nonzero winding rule to determine the region to fill, as with the f (fill) operator.

EoFill

Fill the path, using the even/odd rule to determine the region to fill, as with the f* (eofill) operator.