FreeImage.CloseMemory Method

FreeImage.NET

FreeImageCloseMemory Method
Close and free a memory stream.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void CloseMemory(
	FIMEMORY stream
)

Parameters

stream
Type: FreeImageAPIFIMEMORY
Handle to a memory stream.
See Also