FreeImage.NET Class Library Reference
FreeImageBitmapGetHbitmap Method |
Creates a GDI bitmap object from this FreeImageBitmap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public IntPtr GetHbitmap()
Return Value
Type: IntPtrA handle to the GDI bitmap object that this method creates.
See Also