Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function FromHBitmap( _ ByVal hbitmap As IntPtr, _ ByVal hpalette As IntPtr _ ) As RasterImage |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static RasterImage FromHBitmap( IntPtr hbitmap, IntPtr hpalette ) |
Managed Extensions for C++ | |
---|---|
public: static RasterImage* FromHBitmap( IntPtr hbitmap, IntPtr hpalette ) |
C++/CLI | |
---|---|
public: static RasterImage^ FromHBitmap( IntPtr hbitmap, IntPtr hpalette ) |
Parameters
- hbitmap
- Handle to the Windows DDB.
- hpalette
- Handle to the Windows palette. This value can be IntPtr.Zero if the DDB is dependent on a device that is greater than 8 bits, or if the image will use the system palette.
Return Value
The newly create RasterImage object.For more information on DDBs and DIBs, refer to Using DIBs, DDBs, and the Clipboard.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family