[]
Adds an ImageEntry to the collection.
public int Add(ImageEntry entry)
| Type | Name | Description |
|---|---|---|
| ImageEntry | entry | ImageEntry to add to the collection. |
| Type | Description |
|---|---|
| int | The index of the new entry in the collection. |
Adds an Image to the collection.
public int Add(string key, Image image)
| Type | Name | Description |
|---|---|---|
| string | key | String used to retrieve the image from the collection. |
| Image | image | Image to add to the collection. |
| Type | Description |
|---|---|
| int | The index of the new entry in the collection. |
Adds all images in an ImageList component to the collection.
public void Add(ImageList list)
| Type | Name | Description |
|---|---|---|
| ImageList | list | ImageList component that contains the images to add to the collection. |