GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / InsertShape Method
The GoDrawingAction.StartAt index to insert before, or the last+1 index to insert at the end
The shape to insert
In This Topic
    InsertShape Method
    In This Topic
    Inserts a GoShape into the GoDrawing at the given index.
    Syntax
    public void InsertShape( 
       int i,
       GoShape s
    )

    Parameters

    i
    The GoDrawingAction.StartAt index to insert before, or the last+1 index to insert at the end
    s
    The shape to insert
    See Also