Image::FromHbitmap Method (IntPtr, IntPtr)
.NET Framework (current version)
Creates a Bitmap from a handle to a GDI bitmap and a handle to a GDI palette.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- hbitmap
-
Type:
System::IntPtr
The GDI bitmap handle from which to create the Bitmap.
- hpalette
-
Type:
System::IntPtr
A handle to a GDI palette used to define the bitmap colors if the bitmap specified in the hBitmap parameter is not a device-independent bitmap (DIB).
The FromHbitmap method makes a copy of the GDI bitmap; so you can release the incoming GDI bitmap using the GDI DeleteObject method immediately after creating the new Image.
.NET Framework
Available since 1.1
Available since 1.1
Show: