[]
Represents a collection of images associated with a theme.
public class Images : IEnumerable<Image>, IEnumerable
Name | Description |
---|---|
Images() | Initializes a new instance of the Images class. |
Name | Description |
---|---|
Count | Gets a number of images in the collection. |
this[string] | Gets the Image using a specified name. |
Name | Description |
---|---|
Add(Image) | Adds an image to the collection. |
Clear() | Removes all images from the collection. |
GetEnumerator() | Gets an enumerator that iterates through the collection of Image objects. |
Remove(Image) | Removes a specified image from the collection. |