Creates a GDI bitmap object from this FreeImageBitmap.

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

Syntax

C#
public IntPtr GetHbitmap()
Visual Basic (Declaration)
Public Function GetHbitmap As IntPtr
Visual C++
public:
IntPtr GetHbitmap()

Return Value

A handle to the GDI bitmap object that this method creates.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also