[]
Defines the algorithm (or winding rule) which is to be used to determine what parts of a canvas are included inside a shape.
public enum SvgFillRule
EvenOdd = 1Specifies the alternate fill mode.
NonZero = 0Specifies the winding fill mode.