Table of Contents

Class PdfCanvasConstants.FillingRule

Namespace
iText.Kernel.Pdf.Canvas
Assembly
itext.kernel.dll

Rule for determining which points lie inside a path.

public class PdfCanvasConstants.FillingRule
Inheritance
PdfCanvasConstants.FillingRule
Inherited Members

Fields

EVEN_ODD

The even-odd winding number rule.

public const int EVEN_ODD = 2

Field Value

int

NONZERO_WINDING

The nonzero winding number rule.

public const int NONZERO_WINDING = 1

Field Value

int