[]
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
Public Enum SvgFillRule
| Name | Description |
|---|---|
| EvenOdd | Specifies the alternate fill mode. |
| NonZero | Specifies the winding fill mode. |