←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 Leadtools.LeadFillMode 
public: 
property Leadtools.LeadFillMode FillMode { 
   Leadtools.LeadFillMode get(); 
   void set (    Leadtools.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.
Example

For an example, refer to RasterCurve.

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 Assembly