BCGControlBar Library for .NET
CreateHBitmap Method




A Bitmap to create a handle.
Creates a handle to the specified bitmap.
Syntax
'Declaration
 
Public Shared Function CreateHBitmap( _
   ByVal bmp As Bitmap _
) As IntPtr
'Usage
 
Dim bmp As Bitmap
Dim value As IntPtr
 
value = GlobalUtils.CreateHBitmap(bmp)
public static IntPtr CreateHBitmap( 
   Bitmap bmp
)
public: static IntPtr CreateHBitmap( 
   Bitmap* bmp
) 
public:
static IntPtr CreateHBitmap( 
   Bitmap^ bmp
) 

Parameters

bmp
A Bitmap to create a handle.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalUtils Class
GlobalUtils Members

Send Feedback