GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / OpenFigure Method
Any index in the figure
In This Topic
    OpenFigure Method
    In This Topic
    Opens the figure containing the given index.
    Syntax
    public void OpenFigure( 
       int i
    )

    Parameters

    i
    Any index in the figure
    Remarks
    A closed figure will be filled with a brush if one is set, and will have a line drawn from its end point to its start point, if they are not already at the same point.
    See Also