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


In This Topic
    NDpiAwareImageSource Class Members
    In This Topic

    The following tables list the members exposed by NDpiAwareImageSource.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field (Inherited from Nevron.Nov.Graphics.NImageSource)
    Internal Field (Inherited from Nevron.Nov.Graphics.NImageSource)
    Internal Field (Inherited from Nevron.Nov.Graphics.NImageSource)
    Internal Field (Inherited from Nevron.Nov.Graphics.NImageSource)
    Internal Field (Inherited from Nevron.Nov.Graphics.NImageSource)
    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)
    Internal Field (Inherited from Nevron.Nov.Graphics.NImageSource)
    Top
    Public Properties
     NameDescription
    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 the height of this image source. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public PropertyGets information about the current image data. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public PropertyReturns true if the image source data can change during the lifetime of this image source. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public PropertyGets the width of this image source. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Top
    Protected Properties
     NameDescription
    Internal Property (Inherited from Nevron.Nov.Graphics.NImageSource)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates a raster for the frame at the given index.  
    Public MethodCreates a new raster from the native image data of this source. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Public MethodOverridden. Creates an identical copy of this icon image source.  
    Public MethodOverridden. Deserializes this icon image source data from the given 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 this icon image source to the given 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
    Internal Method (Inherited from Nevron.Nov.Graphics.NImageSource)
    Internal Method (Inherited from Nevron.Nov.Graphics.NImageSource)
    Protected MethodClears the image source's cached data. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Internal Method (Inherited from Nevron.Nov.Graphics.NImageSource)
    Internal Method (Inherited from Nevron.Nov.Graphics.NImageSource)
    Protected Method (Inherited from Nevron.Nov.Graphics.NImageSource)
    Protected Internal MethodOverridden. Gets the frame image data of the active image source.  
    Protected Internal MethodGets 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. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Protected Internal MethodOverridden. Gets the native image data of the active image source.  
    Protected MethodClears cached data and raises the ImageDataChanged event. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Protected MethodOverridden. Updates the image info.  
    Internal Method (Inherited from Nevron.Nov.Graphics.NImageSource)
    Top
    Public Events
     NameDescription
    Public EventOccurs when this image source has changed. (Inherited from Nevron.Nov.Graphics.NImageSource)
    Top
    See Also