ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / PolyFillMode Enumeration

In This Topic
    PolyFillMode Enumeration
    In This Topic
    Enumerate the fill mode for region
    Syntax
    'Declaration
     
    
    Public Enum PolyFillMode 
       Inherits System.Enum
    public enum PolyFillMode : System.Enum 
    Members
    MemberDescription
    AlternateSelects alternate mode (fills the area between odd-numbered and even-numbered polygon sides on each scan line).
    WindingSelects winding mode (fills any region with a nonzero winding value).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.DeviceContexts.PolyFillMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also