The ByteArrayToBitmap static function converts a byte array into a Bitmap object.

Declaration Syntax
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)