Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDataObject Class / SetRaster Method


In This Topic
    SetRaster Method (NDataObject)
    In This Topic
    Stores the specified raster image in the data object
    Syntax
    'Declaration
     
    
    Public Sub SetRaster( _
       ByVal raster As NRaster _
    ) 
    'Usage
     
    
    Dim instance As NDataObject
    Dim raster As NRaster
     
    instance.SetRaster(raster)
    public void SetRaster( 
       NRaster raster
    )

    Parameters

    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