LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LeadFillMode Enumeration
See Also  
Leadtools Namespace : LeadFillMode Enumeration



Specifies how a polygonal shape with crossing lines is filled. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum LeadFillMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As LeadFillMode
C# 
public enum LeadFillMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class LeadFillMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AlternateThe filled area includes the area between odd-numbered and even-numbered polygon sides on each scan line.
WindingAll pixels that are inside the resulting exterior lines are filled.

Example

For an example, refer to RasterImage.AddPolygonToRegion.

Remarks

The following figure describes how fill mode is used:

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.LeadFillMode

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also