ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPolygon Class / FillRule Property




In This Topic
    FillRule Property (ImGearARTPolygon)
    In This Topic
    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
    public ImGearARTFillRule FillRule {get; set;}
    public: __property ImGearARTFillRule get_FillRule();
    public: __property void set_FillRule( 
       ImGearARTFillRule value
    );
    public:
    property ImGearARTFillRule FillRule {
       ImGearARTFillRule get();
       void set (    ImGearARTFillRule value);
    }

    Property Value

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