Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRaster Class / NRaster Constructor


In This Topic
    NRaster Constructor
    In This Topic
    Overload List
    OverloadDescription
    Default constructor. Needed for deserialization of NRaster objects.  
    Creates a new raster with the specified width, height and pixel format.  
    Creates a new raster with the specified width, height, pixel format and stride.  
    Creates a new raster with the specified pixel data, width, height and pixel format.  
    Creates a new raster with the specified pixel data, width, height and pixel format.  
    Creates a new raster with the specified pixel data, width, height and pixel format.  
    Copy constructor. Creates a new raster and copies the pixel data and the properties from the specified 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