[]
Inserts an ImageEntry at a specified position in the collection.
public void Insert(int index, ImageEntry entry)
Public Sub Insert(index As Integer, entry As ImageEntry)
| Type | Name | Description |
|---|---|---|
| int | index | Position where the |
| ImageEntry | entry | ImageEntry to add to the collection. |