| Parameters | Details |
|---|---|
| PixelHeight (System.Int32) | The height of the image in units of image pixels |
| PixelWidth (System.Int32) | The width of the image in units of image pixels |
| PixelFormat (System.Windows.Media.PixelFormat) | The width of the image in units of image pixels |
| Pixels | Anything which implements IList<T>- including the C# byte array |
| DpiX | Specifies the horizontal Dpi - Optional |
| DpiY | Specifies the vertical Dpi - Optional |