NevronOpenVision
Nevron.Nov.Graphics Namespace / NEmbeddedResourceImageSource Class
Fields Properties Methods Events


NEmbeddedResourceImageSource Class Members

The following tables list the members exposed by NEmbeddedResourceImageSource.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Protected Fields
 NameDescription
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets a surrogate serializer for this object.  
Public PropertyOverridden. Returns true if the image source data can change during the lifetime of this image source.  
Public PropertyObtains a reference to the embedded resource that contains the image data.  
Top
Public Methods
 NameDescription
Public MethodOverridden. Creates an identical copy of this object.  
Public MethodOverridden. Deserializes the object state from the specified property bag.  
Public MethodDetermines whether the specified object is equal to the current object.  
Public MethodServes as a hash function for this type.  
Public MethodOverridden. Serializes the object state into the specified property bag.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Clears the image source's cached data.  
Protected Internal MethodOverridden. 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.  
Protected Internal MethodOverridden. 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.  
Protected Internal MethodOverridden. Gets the image source's image data in encoded form.  
Internal MethodOverridden.   
Top
See Also