Leadtools.Services.Raster.DataContracts Namespace > PolygonRasterRegionData Class : WindingFillMode Property |
public bool WindingFillMode {get; set;}
'Declaration Public Property WindingFillMode As Boolean
'Usage Dim instance As PolygonRasterRegionData Dim value As Boolean instance.WindingFillMode = value value = instance.WindingFillMode
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. |