Enum utility
PathPaintOp
Namespace: datalogics_interface
Description
These flags control whether a path is stroked, filled, or both, and which fill rule is used.
Values
- Neither
Do not paint the path; useful for clipping-only paths.
- Stroke
Stroke the path with the current stroke color.
- Fill
Fill the path using the non-zero winding number rule.
- EoFill
Fill the path using the even-odd rule.