Frees a bitmap handle.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static bool FreeHbitmap(
	IntPtr hbitmap
)
Visual Basic (Declaration)
Public Shared Function FreeHbitmap ( _
	hbitmap As IntPtr _
) As Boolean
Visual C++
public:
static bool FreeHbitmap(
	IntPtr hbitmap
)

Parameters

hbitmap
Type: System..::.IntPtr
Handle to a bitmap.

Return Value

True on success, false on failure.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also