Image::FromHbitmap Method (IntPtr)
.NET Framework (current version)
Creates a Bitmap from a handle to a GDI bitmap.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- hbitmap
-
Type:
System::IntPtr
The GDI bitmap handle from which to create the Bitmap.
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: