ComponentOne Input for WinForms
ImageFromByteArray Method

C1.Win.C1Input.4 Assembly > 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 System.Byte _
) As System.Drawing.Image
public static System.Drawing.Image ImageFromByteArray( 
   System.byte[] buffer
)

Parameters

buffer
The contents of an image.
See Also

Reference

C1PictureBox Class
C1PictureBox Members