NRasterImageSource Class Methods
In This Topic
For a list of all members of this type, see NRasterImageSource members.
Public Methods
| | Name | Description |
 | DeepClone | Overridden. Creates an identical copy of this object. |
 | 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 |
 | GetFrameData | Overridden. Returns image data that should be used for rendering of the image source's current frame. Encoded data is returned for encoded images sources with a single frame. Decoded data is returned for NRaster-based image sources and for encoded images sources with animated frames. |
 | GetNativeData | Overridden. Gets the image source's image data in decoded form. |
 | UpdateImageInfo | Overridden. Updates the image info of this image source. |
Top
See Also