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);
Public Sub Insert(index As Integer, shape As Drawing.Shape)

Parameters

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