Specifies how the shapes are filled.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public enum PdfFillMode
Public Enumeration PdfFillMode
public enum class PdfFillMode
type PdfFillMode
Members
Member | Value | Description |
---|---|---|
Winding | 0 |
Nonzero winding number rule of determining "insideness"
of point.
|
Alternate | 1 |
Even odd rule of determining "insideness" of point.
|