Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRaster Class / NRaster Constructor / NRaster Constructor(NRaster)
The source raster.


In This Topic
    NRaster Constructor(NRaster)
    In This Topic
    Copy constructor. Creates a new raster and copies the pixel data and the properties from the specified source raster.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal source As NRaster _
    )
    'Usage
     
    
    Dim source As NRaster
     
    Dim instance As New NRaster(source)
    public NRaster( 
       NRaster source
    )

    Parameters

    source
    The source 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