Cairo.FillRuleWinding (gb.cairo)
Const FillRuleWinding As Integer = 0
Constant used to select how paths are filled.
If the path crosses the ray from left-to-right, counts +1. If the path crosses the ray from right to left, counts -1. (Left and right are determined from the perspective of looking along the ray from the starting point.) If the total count is non-zero, the point will be filled.
See also