Insert(Image, String, Type, Int32, String)
|
image, name, resourceType, index, resName
|
Inserts an image from project resources.
|
Insert(Image, String, Type, Int32)
|
image, name, resourceType, index
|
Inserts an image from project resources.
|
Insert(Int32, Object, String)
|
index, value, name
|
Inserts an image with the assigned name into the collection at the specified position.
|
Insert(Int32, Object)
|
index, value
|
Inserts an image into the collection at the specified position.
|
Insert(String, String, String, Int32)
|
assemblyName, name, path, index
|
Inserts an image from the target assembly.
|