Deletes a previously loaded FreeImage bitmap from memory and resets the handle to 0.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static void UnloadEx( ref FIBITMAP dib ) |
Visual Basic (Declaration) |
---|
Public Shared Sub UnloadEx ( _ ByRef dib As FIBITMAP _ ) |
Visual C++ |
---|
public: static void UnloadEx( FIBITMAP% dib ) |
Parameters
- dib
- Type:
FreeImageAPI..::.FIBITMAP
%
Handle to a FreeImage bitmap.