ComponentOne CalendarView for WinForms
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
    public static Image ImageFromByteArray( 
       byte[] buffer
    )

    Parameters

    buffer
    The contents of an image.
    See Also