Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgFillRule Enumeration

In This Topic
    SvgFillRule Enumeration
    In This Topic
    Defines the algorithm (or winding rule) which is to be used to determine what parts of a canvas are included inside a shape.
    Syntax
    'Declaration
     
    Public Enum SvgFillRule 
       Inherits System.Enum
    public enum SvgFillRule : System.Enum 
    Members
    MemberDescription
    EvenOddSpecifies the alternate fill mode.
    NonZeroSpecifies the winding fill mode.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgFillRule

    See Also