Inserts an object of the type Shape to the collection at a specified index.

Insert(Int, Drawing.Shape)

public void Insert(int index, Drawing.Shape shape);

Parameters

Parameter Description
index Specifies the index where to insert the speicified shape.
shape Specifies the shape to insert at the specified index.