GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / CloseAllFigures Method
In This Topic
    CloseAllFigures Method
    In This Topic
    Closes all figures in the shape.
    Syntax
    public void CloseAllFigures()
    Remarks
    This just calls CloseFigure(Int32) with the end index of each figure. You may find it convenient to call this after constructing some figures a segment at a time, when you intend all of the figures to be filled with the brush.
    See Also