[]
Gets or sets the ImageEntry at the specified index in the ImageCollection.
public ImageEntry this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index | Index of the image to get or set. |
Type | Description |
---|---|
ImageEntry | The ImageEntry at the specified index. |
Gets or sets the ImageEntry with the specified key ImageCollection.
public ImageEntry this[string key] { get; }
Type | Name | Description |
---|---|---|
string | key | String that identifies the ImageEntry. |
Type | Description |
---|---|
ImageEntry | The ImageEntry with the specified key. |
The key
parameter is not case-sensitive.