Hi,

What would be a quick way to transfer the contents from an array of int[,] to UInt16[]?

I am loading up the UInt16[] array for use in a BitmapSource object. The BitmapSource object is then associated with a WPF control image.Source to render it.

Ideas appreciated. It is currently taking an extremely long time.

Thanks,

Alan