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.