Close and free a memory stream.
Namespace:
FreeImageAPIAssembly: 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.