FreeImage.UnloadEx Method

FreeImage.NET

FreeImageUnloadEx Method
Deletes a previously loaded FreeImage bitmap from memory and resets the handle to 0.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void UnloadEx(
	ref FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
See Also