BCGControlBar Library for .NET
CreateBitmap_32 Method




Syntax
'Declaration
 
Public Shared Function CreateBitmap_32( _
   ByVal size As Size, _
   ByVal pBits As IntPtr _
) As IntPtr
'Usage
 
Dim size As Size
Dim pBits As IntPtr
Dim value As IntPtr
 
value = GlobalUtils.CreateBitmap_32(size, pBits)
public static IntPtr CreateBitmap_32( 
   Size size,
   IntPtr pBits
)
public: static IntPtr CreateBitmap_32( 
   Size size,
   IntPtr pBits
) 
public:
static IntPtr CreateBitmap_32( 
   Size size,
   IntPtr pBits
) 

Parameters

size
pBits
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