Enum FillRule
Enum FillRule
Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML.dll (25.2.0)
Specifies the fill rule used in rendering SVG and HTML.
[ComVisible(true)]
public enum FillRule
Fields
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.