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


In This Topic
    SetRaster Method (NClipboard)
    In This Topic
    Sets the specified raster on the clipboard.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetRaster( _
       ByVal raster As NRaster _
    ) 
    'Usage
     
    
    Dim raster As NRaster
     
    NClipboard.SetRaster(raster)
    public static 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