ImageGear .NET - Updated March 30, 2018
FillRule Property (ImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class : FillRule Property
Gets or sets a ImGearARTFillRule enumeration that specifies how the interior fill of the polygon is determined.
Syntax
'Declaration
 
Public Property FillRule As ImGearARTFillRule
 
'Usage
 
Dim instance As ImGearARTPolygon
Dim value As ImGearARTFillRule
 
instance.FillRule = value
 
value = instance.FillRule

Property Value

ImGearARTFillRule enumeration value.
Remarks
default value is ImGearARTFillRule.EvenOdd.
See Also

Reference

ImGearARTPolygon Class
ImGearARTPolygon Members