Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NImageSource Class / CreateRaster Method


In This Topic
    CreateRaster Method (NImageSource)
    In This Topic
    Creates a new raster from the native image data of this source.
    Syntax
    'Declaration
     
    
    Public Function CreateRaster() As NRaster
    'Usage
     
    
    Dim instance As NImageSource
    Dim value As NRaster
     
    value = instance.CreateRaster()
    public NRaster CreateRaster()

    Return Value

    A raster object representing the image.
    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