Click or drag to resize

ShellMenuItemGetBitmap Method

Gets the bitmap from an handle. Unlike the standard Image.FromHbitmap method, this method supports transparency.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Bitmap GetBitmap(
	IntPtr bitmapHandle
)

Parameters

bitmapHandle
Type: SystemIntPtr
The bitmap handle.

Return Value

Type: Bitmap
An instance of the Bitmap class.
See Also