GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / CompleteFigure Method / CompleteFigure(Int32) Method
an index in the figure
In This Topic
    CompleteFigure(Int32) Method
    In This Topic
    Completes a figure by adding a line segment from the last point to the start point of the figure, if needed.
    Syntax
    public void CompleteFigure( 
       int i
    )

    Parameters

    i
    an index in the figure
    Remarks
    This method is different from CloseFigure(Int32) because, if needed, it inserts a point that is the same as the first point of the segment without causing the figure to be filled with a brush. CloseFigure(Int32) results in the figure being filled when painted.
    See Also