GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / FillMode Property
In This Topic
    FillMode Property
    In This Topic
    Gets or sets how Paint and ContainsPoint operate on closed figures.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("How to determine whether a point is inside or outside this shape.")]
    public virtual FillMode FillMode {get; set;}

    Property Value

    The default value is FillMode.Winding.
    Remarks
    Consider also calling ReversePaths before combining two shapes.
    See Also