ComponentOne MultiSelect for WinForms
ImageFromByteArray Method

C1.Win.C1Input Namespace > C1PictureBox Class : ImageFromByteArray Method
The contents of an image.
Converts a byte array to an image.
Syntax
'Declaration
 
Public Shared Function ImageFromByteArray( _
   ByVal buffer() As Byte _
) As Image
public static Image ImageFromByteArray( 
   byte[] buffer
)

Parameters

buffer
The contents of an image.
See Also

Reference

C1PictureBox Class
C1PictureBox Members