Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NImageSourceData Structure
Fields


In This Topic
    NImageSourceData Structure Members
    In This Topic

    The following tables list the members exposed by NImageSourceData.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldA byte array containing image data in encoded form. Must be null if the image source doesn't natively store encoded data.  
    Public FieldIndex of the selected frame from the encoded image (in case of image with multiple frames).  
    Public FieldA raster containing decoded image data. Must be null if the image source doesn't natively store decoded data.  
    Top
    See Also