ImageLoader Methods
Manages images used in an XAF application.| Name | Description |
|---|---|
| ClearCache() | Empties the ImageLoader‘s image cache. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetDialogImageInfo(String, Boolean, String) | Supplies metadata on an image used in dialog windows. |
| GetDialogImageInfo(String, Boolean) | Supplies metadata on an image used in dialog windows. |
| GetDialogImageInfo(String, String) | Supplies metadata on an image used in dialog windows. |
| GetDialogImageInfo(String) | Supplies metadata on an image used in dialog windows. |
| GetEnumValueImageInfo(Object, String) | Supplies metadata on the image associated with an enumeration value. |
| GetEnumValueImageInfo(Object) | Supplies metadata on the image associated with an enumeration value. |
| GetEnumValueImageInfo(Type, Object, String) | Supplies metadata on the image associated with an enumeration value. |
| GetEnumValueImageInfo(Type, Object) | Supplies metadata on the image associated with an enumeration value. |
| GetEnumValueImageName(Object) | Returns the name of the image associated with an enumeration value. |
| GetEnumValueImageName(Type, Object) | Returns the name of the image associated with an enumeration value. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetImageInfo(String, Boolean, String) | Supplies metadata on a standard-sized image. |
| GetImageInfo(String, Boolean) | Supplies metadata on a standard-sized image. |
| GetImageInfo(String, String) | Supplies metadata on a standard-sized image. |
| GetImageInfo(String) | Supplies metadata on a standard-sized image. |
| GetLargeImageInfo(String, Boolean, String) | Supplies metadata on a large image. |
| GetLargeImageInfo(String, Boolean) | Supplies metadata on a large image. |
| GetLargeImageInfo(String, String) | Supplies metadata on a large image. |
| GetLargeImageInfo(String) | Supplies metadata on a large image. |
| GetSmallImageInfo(String, Boolean, String) | Supplies metadata on an image used by ASP.NET Web Forms Property Editors. |
| GetSmallImageInfo(String, Boolean) | Supplies metadata on an image used by ASP.NET Web Forms Property Editors. |
| GetSmallImageInfo(String, String) | Supplies metadata on an image used by ASP.NET Web Forms Property Editors. |
| GetSmallImageInfo(String) | Supplies metadata on an image used by ASP.NET Web Forms Property Editors. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Init(ImageSource[]) static | Initializes the ImageLoader. |
| LoadFromFullResource(Assembly, String) | Retrieves an image stored as a resource in an assembly. |
| LoadFromResource(Assembly, String) | Retrieves an image stored as a resource in an assembly. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Reset() static | Resets the ImageLoader. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also