LEADTOOLS WCF (Leadtools.Services.Raster.DataContracts assembly)

WindingFillMode Property

Show in webframe





Gets or sets a value indicating how to handle complex crossing lines.
Syntax
public bool WindingFillMode {get; set;}
'Declaration
 
Public Property WindingFillMode As Boolean
'Usage
 
Dim instance As PolygonRasterRegionData
Dim value As Boolean
 
instance.WindingFillMode = value
 
value = instance.WindingFillMode

            

            
public:
property bool WindingFillMode {
   bool get();
   void set (    bool value);
}

Property Value

Value Meaning
true All pixels that are inside the resulting exterior lines are in the region.
false The region includes the area between odd-numbered and even-numbered polygon sides on each scan line.
Example
For an example, refer to PolygonRasterRegionData.
Requirements

Target Platforms

See Also

Reference

PolygonRasterRegionData Class
PolygonRasterRegionData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features