Share

AdaptiveImage.Bitmap(byte[]) Method

Description

Creates a new System.Drawing.Bitmap from the provided buffer.

Visual Basic

Public static Function Bitmap(
    buffer As byte[]
) As System.Drawing.Bitmap

C#

public static System.Drawing.Bitmap Bitmap(
    byte\[\] buffer
);

Parameters

Parameters Description
byte[] buffer The data buffer used to load the image.

Returns

The created System.Drawing.Bitmap.

Links

AdaptiveImage Class, Autodesk.Windows.Forms Namespace

Was this information helpful?