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;} |
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
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also