C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1PictureBox Class / ImageFromByteArray Method
The contents of an image.

In This Topic
ImageFromByteArray Method
In This Topic
Converts a byte array to an image.
Syntax
'Declaration
 
Public Shared Function ImageFromByteArray( _
   ByVal buffer() As Byte _
) As Image
 

Parameters

buffer
The contents of an image.
See Also