FreeImage.NET Class Library Reference
FreeImageBitmapFreeHbitmap Method |
Frees a bitmap handle.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool FreeHbitmap( IntPtr hbitmap )
Parameters
- hbitmap
- Type: SystemIntPtr
Handle to a bitmap.
Return Value
Type: Booleantrue on success, false on failure.
See Also