[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFillRule

Enum SvgFillRule

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

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

public enum SvgFillRule

Fields

EvenOdd = 1

Specifies the alternate fill mode.

NonZero = 0

Specifies the winding fill mode.