FillRule Enum
FillRule enumeration
Specifies the fill rule used in rendering SVG and HTML.
public enum FillRule
Values
Name | Value | Description |
---|---|---|
EvenOdd | 0 | Determines the fill area using the even-odd rule. The behavior corresponds to System.Drawing.Drawing2D.FillMode.Alternate. |
Nonzero | 1 | Determines the fill area using the non-zero rule. The behavior corresponds to System.Drawing.Drawing2D.FillMode.Winding. |
See Also
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG