Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function FromHBitmap( _ ByVal hdc As IntPtr, _ ByVal hbitmap As IntPtr, _ ByVal hpalette As IntPtr _ ) As RasterImage |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- hdc
- Handle to the Windows device context responsible for the conversion. The mapping mode of the device context must be MM_TEXT.
- 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 created RasterImage object.For an example, refer to FromHBitmap.
For more information on DDBs and DIBs, refer to Using DIBs, DDBs, and the Clipboard.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family