GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / JoinFigure Method
the zero-based index of a point
In This Topic
    JoinFigure Method
    In This Topic
    Remove the GoDrawingAction.StartAt action that begins the figure at point idx, causing the figure to become part of the previous figure.
    Syntax
    public void JoinFigure( 
       int idx
    )

    Parameters

    idx
    the zero-based index of a point
    Remarks
    This method does nothing if the figure is the first one in this shape. This method will iterate idx backward until it reaches a StartAt.
    See Also