NFileImageSource Class Members
In This Topic
The following tables list the members exposed by NFileImageSource.
Public Constructors
Public Properties
| Name | Description |
 | Embedded | Gets whether the image file is embedded or linked. |
Top
Public Methods
| Name | Description |
 | DeepClone | Overridden. Creates an identical copy of this file image source. |
 | Deserialize | Overridden. Deserializes the object state from the specified property bag. |
 | Serialize | Overridden. Serializes the object state into the specified property bag. |
Top
Protected Methods
| Name | Description |
 | GetImmutableKey | Overridden. Gets an immutable image source that can be used as a hash table key for this image source. If this image source is immutable it can return itself as a key. Image sources with one frame are considered immutable. |
 | LoadImageData | Overridden. Overriden to load the image file. This method is always executed on the UI thread. |
Top
See Also