LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

FillMode Property






Gets or sets a value that indicates how to handle complex crossing lines. .NET support
Syntax
public LeadFillMode FillMode {get; set;}
'Declaration
 
Public Property FillMode As LeadFillMode
'Usage
 
Dim instance As RasterCurve
Dim value As LeadFillMode
 
instance.FillMode = value
 
value = instance.FillMode
public LeadFillMode FillMode {get; set;}
 get_FillMode();
set_FillMode(value);
public:
property LeadFillMode FillMode {
   LeadFillMode get();
   void set (    LeadFillMode value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCurve Class
RasterCurve Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.