Click or drag to resize

ShellMenuItemGetBitmap Method

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

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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