Images Members
In This Article
#Constructors
Name | Description |
---|---|
Images |
Initializes a new instance of the Images class with the specified settings. |
Images |
Initializes a new instance of the Images class with the specified owner. |
#Properties
Name | Description |
---|---|
Count | Gets the number of items in the collection. |
Inner |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Is |
Gets a value indicating whether the collection has a fixed size. |
Is |
Gets a value indicating whether the collection is read-only. |
Is |
Gets a value indicating whether access to the collection is synchronized (thread safe). |
Item[Int32] | Provides indexed access to individual items in the collection. |
Item[String] | Provides access to the images in the collection by their names. |
Keys | Gets the collection of names assigned to the images in the current collection. |
Sync |
Gets an object that can be used to synchronize access to the collection. |
#Methods
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