Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Raster.DataContracts assembly)

Show in webframe

WindingFillMode Property






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

Error processing SSI file
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