[]
Replaces an item in the collection at the specified index.
protected override void SetItem(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 replace. |