[]
        
(Showing Draft Content)

C1.Win.Input.C1PictureBox.ImageFromByteArray

ImageFromByteArray Method

ImageFromByteArray(byte[])

Converts a byte array to an image.

Declaration
public static Image ImageFromByteArray(byte[] buffer)
Parameters
Type Name Description
byte[] buffer

The contents of an image.

Returns
Type Description
Image