GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / HasClosedFigures Method
In This Topic
    HasClosedFigures Method
    In This Topic
    Determines if the GoDrawing has closed figures
    Syntax
    public bool HasClosedFigures()

    Return Value

    true if at least one figure is closed, false otherwise
    Remarks
    When this is true, Paint will fill the closed figures of this shape with the Brush.
    See Also