FreeImage.FreeHbitmap Method

FreeImage.NET

FreeImageFreeHbitmap 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: Boolean
True on success, false on failure.
See Also