Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

LeadFillMode Enumeration








Specifies how a polygonal shape with crossing lines is filled.
Syntax
'Declaration
 
Public Enum LeadFillMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As LeadFillMode
public enum LeadFillMode
Leadtools.LeadFillMode = function() { };
Leadtools.LeadFillMode.prototype = {<br/>
  Alternate = 0,
	Winding = 1,
	
 };
public enum class LeadFillMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0AlternateThe filled area includes the area between odd-numbered and even-numbered polygon sides on each scan line.
1WindingAll pixels that are inside the resulting exterior lines are filled.
Remarks

The following figure describes how fill mode is used:

Example
For an example, refer to AddPolygonToRegion.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Error processing SSI file