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