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.
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
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.