GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / CloseFigure Method / CloseFigure() Method
In This Topic
    CloseFigure() Method
    In This Topic
    Close the current (last) figure.
    Syntax
    public void CloseFigure()
    Remarks
    This just calls CloseFigure(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 be filled with the brush.
    See Also