Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NEncodedImageSource Class
Fields Properties Methods Events


In This Topic
    NEncodedImageSource Class Members
    In This Topic

    The following tables list the members exposed by NEncodedImageSource.

    Protected Fields
     NameDescription
    Protected FieldIf all pixels of the image have the same alpha value, the field stores the alpha value as a number in the range [0, 1]. If the alpha value varies accross pixels, the value must be -1. If not calculated yet, the value must be -2. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Protected Field (Inherited from Nevron.Nov.Graphics.NImageSource)
    Top
    Public Properties
     NameDescription
    Public PropertyGets/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 PropertyGets the image natural bounds. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public PropertyGets the exception that has been thrown during retrieval of image source data. Returns null if no exception has been thrown. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public PropertyGets the number of frames in the image. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public PropertyGets/Sets the index of the current frame.  
    Public PropertyGets the height of this image source. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public PropertyGets the image format of the encoded image.  
    Public PropertyGets information about the current image data. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public PropertyGets whether the image source is currently being animated.  
    Public PropertyOverridden. Returns true if the image source data can change during the lifetime of this image source.  
    Public PropertyGet/Sets the number of times to loop the animation of a multi-frame image. A value of 0 indicates infinite looping.  
    Public PropertyGets the width of this image source. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Top
    Public Methods
     NameDescription
    Public MethodCopies all properties related to animation from the given image source to this image source.  
    Public MethodOverridden. Creates a raster for the frame at the given zero-based index.  
    Public MethodCreates a new raster from the native image data of this source. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public MethodMust override to create a copy of the current object. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public MethodOverridden. Deserializes the object state from the specified property bag.  
    Public MethodObtains encoded image data for this image source. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public MethodGets a (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public MethodCreates a new raster from the native image data of this source. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public MethodOverridden. Serializes the object state into the specified property bag.  
    Public MethodDetermines whether all of the image's pixels have the same alpha value and obtains this alpha value. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Clears the image source's cached data.  
    Protected MethodOverridden. Get description pairs.  
    Protected MethodClears cached data and raises the ImageDataChanged event. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Protected MethodOverridden. Updates the image format and the image info of this image source.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when this image source has changed. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Top
    See Also