Close and free a memory stream.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static void CloseMemory(
	FIMEMORY stream
)
Visual Basic (Declaration)
Public Shared Sub CloseMemory ( _
	stream As FIMEMORY _
)
Visual C++
public:
static void CloseMemory(
	FIMEMORY stream
)

Parameters

stream
Type: FreeImageAPI..::.FIMEMORY
Handle to a memory stream.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also