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