| Overload | Description |
|---|---|
| NRaster Constructor() | Default constructor. Needed for deserialization of NRaster objects. |
| NRaster Constructor(Int32,Int32,NPixelFormat) | Creates a new raster with the specified width, height and pixel format. |
| NRaster Constructor(Int32,Int32,NPixelFormat,Int32) | Creates a new raster with the specified width, height, pixel format and stride. |
| NRaster Constructor(Int32,Int32,NPixelFormat,Byte[]) | Creates a new raster with the specified pixel data, width, height and pixel format. |
| NRaster Constructor(Int32,Int32,NPixelFormat,Int32,Byte[]) | Creates a new raster with the specified pixel data, width, height and pixel format. |
| NRaster Constructor(Int32,Int32,NColor[]) | Creates a new raster with the specified pixel data, width, height and pixel format. |
| NRaster Constructor(NRaster) | Copy constructor. Creates a new raster and copies the pixel data and the properties from the specified source raster. |