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.
|