DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgFillRule Enumeration

SvgFillRule Enumeration
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
 
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