ImageCollection Members
In This Article
The collection of Image objects to be used within DevExpress controls.
The ImageCollection
is also used as a part of the SharedImageCollection component.
#Constructors
Name | Description |
---|---|
Image |
Initializes a new instance of the Image |
Image |
Initializes a new instance of the Image |
Image |
Initializes a new instance of the Image |
#Properties
Name | Description |
---|---|
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Images | Provides access to the collection of images. |
Image |
Gets or sets the size of images in the image collection.
For the Shared |
Image |
Gets or sets the handle to the Image |
Is |
Gets or sets the value that specifies that when requesting an image from the Image |
Registered |
Provides access to external image-containing assemblies, registered by this Image |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Transparent |
Gets or sets the color to treat as transparent. |
#Methods
Name | Description |
---|---|
Add |
Adds an image with the specified name to the collection. |
Add |
Appends the specified image to the collection. |
Add |
Appends the specified image to the specified list. |
Add |
Adds the images from the specified horizontal image strip to the collection. |
Add |
Adds the images from the specified vertical image strip to the collection. |
Allow |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Begin |
Notifies the image collection that initialization is starting. |
Clear() | Removes all images from the collection. |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Destroy |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Draw |
Draws the image. |
Draw |
Draws the image using the specified paint settings. |
Draw |
Draws the specified image using the specified paint settings. |
Draw |
Draws the specified image using the specified paint settings. |
Draw |
Draws the specified image using the specified paint settings. |
Draw |
Draws the image. |
Draw |
Draws the image using the specified paint settings. |
Draw |
Draws the image using the specified paint settings. |
Draw |
Draws the specified image using the specified paint settings. |
Draw |
Draws the specified image using the specified paint settings. |
Draw |
Draws the specified image at the specified location. |
Draw |
Draws the specified image in the specified state and at the specified location. |
End |
Notifies the image collection that initialization is complete. |
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. |
Export |
Saves the contents of the current collection to a file. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the image at the specified position in the target image list. |
Get |
Returns the image at the specified position in the specified image list. |
Get |
Returns the image with the specified key in the specified image list. |
Get |
Returns the number of images within the specified source of images. |
Get |
Returns the size of the image at the specified position in the image list. |
Get |
Returns the size of the specified image or of an image in the image list addressed by a specific index. |
Get |
Returns the size of the images in the specified image list. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Image |
Returns the image stored in the specified file. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Insert |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Insert |
Inserts an image from project resources. |
Insert |
Inserts an image from project resources. |
Insert |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Is |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Is |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Is |
Determines whether the image exists at the specified position within the specified source of images. |
Is |
Returns whether the specified collection contains DPI-specific images. |
Is |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Is |
Returns whether an image with the specified index exists in the specified collection. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Register |
Registers specific external image-containing assemblies within your application. |
Support |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
Changed | Fires after the image collection has been changed. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Get |
When the Image |
Resolve |
When requesting an image from the Image |
See Also