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 public static Bitmap GetBitmap(
IntPtr bitmapHandle
)
Parameters
- bitmapHandle
- Type: SystemIntPtr
The bitmap handle.
Return Value
Type:
BitmapAn instance of the Bitmap class.
See Also