Name
GetFillRule -- get current fill rule for overlapping paths (V7.1)
Synopsis
rule = GetFillRule()
Function
This function returns the current fill rule set using SetFillRule(). This will be either #FILLRULEWINDING or #FILLRULEEVENODD. See SetFillRule for details.

Inputs
none

Results
rule
current fill rule

Show TOC