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


NUriImageSource Class Members

The following tables list the members exposed by NUriImageSource.

Protected Fields
 NameDescription
Internal Field  
Protected FieldThe image bytes.  
Protected FieldAn object for locking thread operations.  
Protected FieldThe current request status.  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyOverridden. Gets/Sets a value indicating whether the image source's frames should be animated. Setting this property to true will start animation and setting it to false, stops the animation.  
Public PropertyOverridden. Returns true if the image source data can change during the lifetime of this image source.  
Public PropertyGets the current request status of the image source.  
Public PropertyGets the image's URI (Uniform Resource Identifier).  
Top
Public Methods
 NameDescription
Public MethodOverridden. Deserializes the object state from the specified property bag.  
Public MethodDetermines whether the specified object is equal to the current object.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates an image source based on the specified URI.  
Public MethodServes as a hash function for this type.  
Public MethodOverridden. Serializes the object state into the specified property bag.  
Public MethodReturns a string that represents the current object.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Get description pairs  
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 the image source's image data in encoded form.  
Protected MethodLoads the image data. This method is always executed on the UI thread.  
Internal MethodOverridden.   
Top
See Also