[]
Inserts an item to the collection at the specified index.
protected override void InsertItem(int index, CanvasItem item)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which to insert the value. |
CanvasItem | item | An CanvasItem item to insert. |