The WindingFillMode Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value indicating how to handle complex crossing lines.| 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;} | |
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. |
For an example, refer to PolygonRasterRegionData.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code