Enum content

PathPaintOpFlags

Namespace: Datalogics::PDFL

Description

Flags indicating the different paint operations for a Path.

These flags control whether a path is stroked, filled, or both, and which fill rule is used.

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.