FillRule Enum

FillRule enumeration

Specifies the fill rule used in rendering SVG and HTML.

public enum FillRule

Values

NameValueDescription
EvenOdd0Determines the fill area using the even-odd rule.
NonZero1Determines the fill area using the non-zero rule.

See Also