←Select platform

FillMode Property

Summary
Gets or sets a value that indicates how to handle complex crossing lines.
Syntax
C#
VB
C++
public LeadFillMode FillMode { get; set; } 
Public Property FillMode As LeadFillMode 
public: 
property LeadFillMode FillMode { 
   LeadFillMode get(); 
   void set (    LeadFillMode ); 
} 

Property Value

A LeadFillMode enumeration value that indicates how to handle complex crossing lines.

Remarks
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.
Curve Fill Mode
Example

For an example, refer to RasterCurve.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.