Closes a previously opened multi-page bitmap and, when the bitmap was not opened read-only,
applies any changes made to it.
On success the handle will be reset to null.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static bool CloseMultiBitmapEx( ref FIMULTIBITMAP dib ) |
Visual Basic (Declaration) |
---|
Public Shared Function CloseMultiBitmapEx ( _ ByRef dib As FIMULTIBITMAP _ ) As Boolean |
Visual C++ |
---|
public: static bool CloseMultiBitmapEx( FIMULTIBITMAP% dib ) |
Parameters
- dib
- Type:
FreeImageAPI..::.FIMULTIBITMAP
%