| Overload | Description |
|---|---|
| NImageSourceData Constructor(NRaster) | Initializes a new instance with the specified raster object (decoded data). |
| NImageSourceData Constructor(Byte[]) | Initializes a new instance with the specified byte array (encoded data). In case the encoded image has multiple frames, frame 0 is used. |
| NImageSourceData Constructor(Byte[],Int32) | Initializes a new instance with the specified byte array (encoded data) and image index. |