J
Joey Wu
Dear All
I got a byte array that return from ccd of my device.
It contain a capture image data.
I have to convert it to image type and show it on picturebox.
But, when I try to do this.
picturebox1.image = new bitmap(new memorystream(picByte))
I got a ArgumentException.
Please give me a hand and thanks a lot !!
Joey
I got a byte array that return from ccd of my device.
It contain a capture image data.
I have to convert it to image type and show it on picturebox.
But, when I try to do this.
picturebox1.image = new bitmap(new memorystream(picByte))
I got a ArgumentException.
Please give me a hand and thanks a lot !!
Joey