Inserts an object of the type Shape to the collection at a specified index.
public void Insert(int index, Drawing.Shape shape);
Public Sub Insert(index As Integer, shape As Drawing.Shape)
Parameter | Description |
---|---|
index | Specifies the index where to insert the speicified shape. |
shape | Specifies the shape to insert at the specified index. |