LEADTOOLS WCF (Leadtools.Services.Raster.DataContracts assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
WindingFillMode Property
See Also 
Leadtools.Services.Raster.DataContracts Namespace > PolygonRasterRegionData Class : WindingFillMode Property



The WindingFillMode Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets a value indicating how to handle complex crossing lines.

Syntax

Visual Basic (Declaration) 
Public Property WindingFillMode As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PolygonRasterRegionData
Dim value As Boolean
 
instance.WindingFillMode = value
 
value = instance.WindingFillMode
C# 
public bool WindingFillMode {get; set;}
C++/CLI 
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: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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