GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / CompleteFigure Method / CompleteFigure() Method
In This Topic
    CompleteFigure() Method
    In This Topic
    Complete the current (last) figure.
    Syntax
    public void CompleteFigure()
    Remarks
    This just calls CompleteFigure(Int32) passing it the last index. You may find it convenient to call this after constructing the last segment of a figure that you want to complete by having it return straight to the first point of the segment.
    See Also