API Reference > OdExport Classes > TD_PDF_2D_EXPORT Namespace > Classes > PDF2dExportGeometry Class > PDF2dExportGeometry Enumerations > TD_PDF_2D_EXPORT::PDF2dExportGeometry::PolygonFillRules Enumeration
TD_PDF_2D_EXPORT::PDF2dExportGeometry::PolygonFillRules Enumeration
Syntax
C++
enum PolygonFillRules { kFillNonzeroRule = 0x0000, kFillEvenOddRule = 0x0001, kNoFill = 0x0002, kFillStrokeCloseRule = 0x0004 };

Pdf2dExportDevice.h

Members 
Description 
kFillNonzeroRule = 0x0000 
Default value. Fill the path, using the nonzero winding number rule to determine the region to fill Any subpaths that are open are implicitly closed before being filled. 
kFillEvenOddRule = 0x0001 
Even-odd fill rule - "f*" Fill the path, using the even-odd rule to determine the region to fill 
kNoFill = 0x0002 
No fill 
kFillStrokeCloseRule = 0x0004 
Close, fill, and then stroke the path, using the nonzero winding number rule to determine the region to fill. 

Enumeration for describing acceptable polygon fill rules.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.