Leadtools Namespace > RasterCurve Class : FillMode Property |
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); }
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. |
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