The methods of the ImageManager class are listed below. For a complete list of ImageManager class members, see the ImageManager Members topic.
Collect | Forces an immediate garbage collection of all images. |
Dispose | Overloaded. Releases the resources used by the ImageManager. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetImage | Returns the value of the specified Bitmap. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Dispose | Overloaded. Releases the unmanaged resources used by the ImageManager and optionally releases the managed resources. |
Finalize | The ImageManager class destructor. Disposes an ImageManager by calling this.Dispose(false). Destructor method is automatically invoked during garbage collection, unless finalization by the garbage collector has been disabled by a call to the SuppressFinalize method. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ImageManager Class | Resco.ImageManager Namespace