MemoryArray(T).ToByteArray Method

FreeImage.NET

MemoryArrayTToByteArray Method
Returns the represented block of memory as an array of Byte.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public byte[] ToByteArray()

Return Value

Type: Byte
The represented block of memory.
See Also