Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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;}
<br/>get_FillMode();<br/>set_FillMode(value);<br/>Object.defineProperty('FillMode');
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. |