←Select platform

WindingFillMode Property

Summary

Gets or sets a value indicating how to handle complex crossing lines.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="WindingFillMode", IsRequired=true)] 
public bool WindingFillMode { get; set; } 
  
Public Property WindingFillMode As Boolean 
public: 
property bool WindingFillMode { 
   bool get(); 
   void set (    bool ); 
} 

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.
Example

For an example, refer to PolygonRasterRegionData.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Raster.DataContracts Assembly