Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than gdi32, prefix the name with the module name and a period.
[C#]
public static Bitmap FromHbitmap(
IntPtr hbitmap
);
FromHbitmap transfers a copy of the image bytes into returned Bitmap so it is important to call DeleteObject on the HBitmap to prevent two copies of the image from existing in the system.
The DeleteObject function deletes a logical pen, brush, font, bitmap, region, or palette, freeing all system resources associated with the object. After the object is deleted, the specified handle is no longer valid.
7/18/2014 7:35:23 PM - Seri-109.90.29.109
The DeleteObject function deletes a logical pen, brush, font, bitmap, region, or palette, freeing all system resources associated with the object. After the object is deleted, the specified handle is no longer valid.
7/18/2014 7:35:23 PM - Seri-109.90.29.109
GDI32 bitmap image.
7/28/2011 1:37:02 PM - anonymous
The DeleteObject function deletes a logical pen, brush, font, bitmap, region, or palette, freeing all system resources associated with the object. After the object is deleted, the specified handle is no longer valid.
7/18/2014 7:35:23 PM - Seri-109.90.29.109
GDI32 bitmap image.
7/28/2011 1:37:02 PM - anonymous
Click to read this page
10/21/2013 6:37:27 PM - -217.105.222.30
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).