GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / CompleteAllFigures Method
In This Topic
    CompleteAllFigures Method
    In This Topic
    Completes all figures by adding a line segment from the last point to the start point of each figure, if needed.
    Syntax
    public void CompleteAllFigures()
    Remarks
    This just calls CompleteFigure(Int32) with each figure index.
    See Also