The following tables list the members exposed by NamedImagesCollection.
Name | Description | |
---|---|---|
Count |
Gets the number of items in the collection. Gets the number of elements actually contained in the collection. | |
IsFixedSize | Gets a value indicating whether the collection has a fixed size. Gets a value indicating whether the collection has a fixed size. | |
IsReadOnly | Gets a value indicating whether the collection is read-only. Gets a value indicating whether the collection is read-only. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized. Gets a value indicating whether access to the collection is synchronized (thread-safe). | |
Item | Gets or sets the object at the specified index within the collection. Indexer of the class. Returns the NamedImage object | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. Gets an object that can be used to synchronize access to the collection. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a NamedImage object to the end of the collection. | |
Clear | Clears all items from the collection. Removes all elements from the collection. | |
Contains |
Determines if a specific object is in the collection. Determines whether an element is in the collection. | |
CopyTo |
This method is used by all Chart collections to copy all items in the collection to an array, starting at a particular array index. Copies the ArrayList or a portion of it to a one-dimensional array. | |
GetEnumerator | Gets a reference to the collection's enumerator. Returns an enumerator for the entire collection | |
GetIndex | Get the image index by name. Get image index by name. | |
IndexOf |
This method is used by Chart collections to retrieve the index of a specified object in the collection. Searches for the specified Object and returns the zero-based index of the first occurrence within the entire collection. | |
Insert | Inserts a named image into the collection at the given location. Insert a named image to the collection. | |
Remove |
Used by Chart collections to remove the first occurrence of a specified object from the collection. Removes the first occurrence of a specific object | |
RemoveAt |
Used by Chart collections to remove an item from the collection at the specified index. Removes the element at the specified index |