Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NImageSourceData Structure / Raster Field


In This Topic
    Raster Field
    In This Topic
    A raster containing decoded image data. Must be null if the image source doesn't natively store decoded data.
    Syntax
    'Declaration
     
    
    Public ReadOnly Raster As NRaster
    'Usage
     
    
    Dim instance As NImageSourceData
    Dim value As NRaster
     
    value = instance.Raster
    public readonly NRaster Raster
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also