LEADTOOLS (Leadtools assembly)

LeadFillMode Enumeration

Show in webframe







Specifies how a polygonal shape with crossing lines is filled.
Syntax
'Declaration
 
Public Enum LeadFillMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As LeadFillMode

            

            
Leadtools.LeadFillMode = function() { };
Leadtools.LeadFillMode.prototype = {
Alternate = 0, Winding = 1, };
public enum class LeadFillMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.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 RasterImage.AddPolygonToRegion.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.