ImageCollection Class Members
In This Topic
The following tables list the members exposed by ImageCollection.
Public Constructors
Public Properties
Protected Properties
| Name | Description |
 | Items | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Top
Public Methods
| Name | Description |
 | Add | Overloaded. Adds an System.Drawing.Image to the collection. |
 | Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) |
 | Contains | Overloaded. Determines whether the ImageCollection contains a given key. |
 | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) |
 | IndexOf | Overloaded. Gets the index of the ImageEntry with a given key. |
 | Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) |
 | Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<ImageEntry>) |
 | Remove | (Inherited from System.Collections.ObjectModel.Collection<T>) |
 | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Top
Public Events
| Name | Description |
 | CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<ImageEntry>) |
Top
Protected Events
| Name | Description |
 | PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<ImageEntry>) |
Top
See Also