Click or drag to resize

Bitmap Constructor (Byte)

Initializes a new instance of a Bitmap from a bytes array

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Bitmap(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
Array of bytes containing the image data in one of the supported ImageFormat types
See Also