Images Methods
Represents a collection of Image objects.Name | Description |
---|---|
Add |
Adds an image with the specified name to the collection. |
Add |
Appends the specified image to the current collection of images. |
Add |
Adds images from the specified horizontal image strip to the collection. |
Add |
Adds images from the specified vertical image strip to the collection. |
Add |
Adds images from the specified list to the current collection. |
Add |
Adds an array of images to the current collection. |
Clear() | Clears the current collection. |
Contains |
Gets whether the collection contains the specified element. |
Copy |
Copies the collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns an enumerator for the collection. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns an image from the image collection at the specified position within the specified height and width. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Searches for the specified Object and returns the zero-based index of the first occurrence within the collection. |
Insert |
Inserts an image from project resources. |
Insert |
Inserts an image from project resources. |
Insert |
Inserts an image with the assigned name into the collection at the specified position. |
Insert |
Inserts an image into the collection at the specified position. |
Insert |
Inserts an image from the target assembly. |
Insert |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified image from the collection. |
Remove |
Removes an image at the specified position from the collection. |
Remove |
Removes an image with the specified name from the collection. |
Set |
Assigns a name to the image located at the specified position within the collection. |
To |
Copies the elements of the Images to a new array of Image objects. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also