| Visual Basic (Declaration) | |
|---|---|
Public Property FillMode As FillMode | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public FillMode FillMode {get; set;} | |
Return Value
A FillMode enumeration value that indicates how to handle complex crossing lines.For an example, refer to RasterCurve.
| Value | Meaning |
|---|---|
| Winding | All pixels that are inside the resulting exterior lines are in the region. |
| Alternate | The region includes the area between odd-numbered and even-numbered polygon sides on each scan line. |

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family