Insert(Int32, TImage)
|
index, item
|
Adds the specific image to this collection, , and places this image to the specific position.
|
Insert(Int32, String, TImage)
|
index, key, image
|
Adds the specific image to this collection, and places it to the specific position.
|
Insert(Int32, String, String, String)
|
index, key, assemblyImageResourceName, assemblyName
|
Adds an image from the assembly to this collection, and places this image to the specific position.
|
Insert(Int32, String, String, Type)
|
index, key, resourceName, resourceType
|
Adds an image from resources, and places this image to the specific position.
|
Insert(Int32, String, String)
|
index, key, imageUri
|
Adds an image to this collection by its URI, and places this image to the specific position.
|