C#
VB
C++
Gets or sets a value that indicates how to handle complex crossing lines.
public LeadFillMode FillMode { get; set; } Public Property FillMode As Leadtools.LeadFillMode public:property Leadtools.LeadFillMode FillMode {Leadtools.LeadFillMode get();void set ( Leadtools.LeadFillMode );}
A LeadFillMode enumeration value that indicates how to handle complex crossing lines.
| Value | Meaning |
|---|---|
| LeadFillMode.Winding | All pixels that are inside the resulting exterior lines are in the region. |
| LeadFillMode.Alternate | The region includes the area between odd-numbered and even-numbered polygon sides on each scan line. |
For an example, refer to RasterCurve.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
