FreeImage.OpenMemory Method

FreeImage.NET

FreeImageOpenMemory Method
Open a memory stream.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIMEMORY OpenMemory(
	IntPtr data,
	uint size_in_bytes
)

Parameters

data
Type: SystemIntPtr
Pointer to the data in memory.
size_in_bytes
Type: SystemUInt32
Length of the data in byte.

Return Value

Type: FIMEMORY
Handle to a memory stream.
See Also