[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFillRule

SvgFillRule Enum

Defines the algorithm (or winding rule) which is to be used to determine what parts of a canvas are included inside a shape.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgFillRule
Public Enum SvgFillRule

Fields

Name Description
EvenOdd

Specifies the alternate fill mode.

NonZero

Specifies the winding fill mode.