Click or drag to resize
BitmapSourceConverterByteArrayToObject Method
Converts an array of bytes to a InteropBitmap object.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public BitmapSource ByteArrayToObject(
	byte[] array
)

Parameters

array
Type: SystemByte
The array of bytes.

Return Value

Type: BitmapSource
The converted object.

Implements

IByteArrayConverterTByteArrayToObject(Byte)
See Also