Returns a Bitmap from raw file bytes.

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public static Bitmap ImageFromBytes(
	byte[] data
)

Parameters

data
Type: array<System..::..Byte>[]()[][]
Bytes to convert into Bitmap.

Return Value

Type: Bitmap
Returns the Bitmap created from data.

See Also