- Name
-
SetFillRule -- set fill rule for overlapping paths (V5.0)
- Synopsis
-
SetFillRule(rule)
- Function
-
This function can be used to define how DrawPath() should fill paths
that overlap each other. Currently, the following fill rules are supported:
#FILLRULEWINDING:
-
Fill all overlapping paths only if they are not winding.
This is the default setting.
#FILLRULEEVENODD:
-
Fill overlapping paths if the total number of
intersections is odd.
- Inputs
-
- rule
- desired fill rule (see above for possible settings)
Show TOC