ImageCollection<TImage, TInfo>.Insert Method
Name | Parameters | Description |
---|---|---|
Insert |
index, item | Adds the specific image to this collection, , and places this image to the specific position. |
Insert |
index, key, image | Adds the specific image to this collection, and places it to the specific position. |
Insert |
index, key, assembly |
Adds an image from the assembly to this collection, and places this image to the specific position. |
Insert |
index, key, resource |
Adds an image from resources, and places this image to the specific position. |
Insert |
index, key, image |
Adds an image to this collection by its URI, and places this image to the specific position. |