public enum PdfFillMode { PdfFillModeWinding = 0, PdfFillModeAlternate = 1 }
Public Enum PdfFillMode PdfFillModeWinding = 0 PdfFillModeAlternate = 1 End Enum
This is record PdfFillMode.
|
Members |
Description |
|
PdfFillModeWinding |
When filling path, uses the nonzero winding number rule to determine the region to fill. |
|
PdfFillModeAlternate |
When filling path, uses the even-odd rule to determine the region to fill. |
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|