MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
ByteArrayToBitmap Method (input)
NamespacesMPfm.CoreConversionByteArrayToBitmap(array<Byte>[]()[][])
The ByteArrayToBitmap static function converts a byte array into a Bitmap object.
Declaration Syntax
C#Visual Basic
public static Bitmap ByteArrayToBitmap(
	byte[] input
)
Public Shared Function ByteArrayToBitmap ( _
	input As Byte() _
) As Bitmap
Parameters
input (array<Byte>[]()[][])
Byte array to convert
Return Value
Byte array converted into a Bitmap object

Assembly: MPfm.Core (Module: MPfm.Core) Version: 0.5.3.0 (0.5.3.0)