You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > PdfFillMode Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
PdfFillMode Enumeration
C#
public enum PdfFillMode {
  PdfFillModeWinding = 0,
  PdfFillModeAlternate = 1
}
Visual Basic
Public Enum PdfFillMode
  PdfFillModeWinding = 0
  PdfFillModeAlternate = 1
End Enum

This is record PdfFillMode.

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