Click or drag to resize

ShellControlHelperFromHbitmap Method

Converts a handle to a HBITMAP structure to an Image instance. If the size given is lesser than 256 pixels in width and height, the alpha channel is preserved.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public static Image FromHbitmap(
	IntPtr pHBitmap,
	Size pSize,
	out Bitmap pBitmapSource
)

Parameters

pHBitmap
Type: SystemIntPtr
bitmap handle
pSize
Type: System.DrawingSize
size structure
pBitmapSource
Type: System.DrawingBitmap
The source used to create the Image. Only free after freeing the Image. May be null.

Return Value

Type: Image
An instance of Image
See Also