Leadtools.Services.Raster.DataContracts Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WindingFillMode Property
See Also 
Leadtools.Services.Raster.DataContracts Namespace > PolygonRasterRegionData Class : WindingFillMode Property



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);
}

Return 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 XP, Windows Server 2003 family, Windows Server 2008 family

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