←Select platform

LeadFillMode Enumeration

Summary

Specifies how a polygonal shape with crossing lines is filled.

Syntax

C#
VB
Java
WinRT C#
C++
public enum LeadFillMode 
Public Enum LeadFillMode  
    
    
public enum LeadFillMode    
public enum LeadFillMode 
Leadtools.LeadFillMode = function() { }; 
Leadtools.LeadFillMode.prototype = {<br/> 
  Alternate = 0, 
    Winding = 1, 
     
 }; 
public enum class LeadFillMode   

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.

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly