[]
Inserts the specified RenderObject into the current collection.
public void Insert(int index, RenderObject ro)
Public Sub Insert(index As Integer, ro As RenderObject)
| Type | Name | Description |
|---|---|---|
| int | index | The index where to insert the object. |
| RenderObject | ro | The object to insert. |