Changes a Windows Device-Dependent Bitmap (DDB) to a LEADTOOLS Leadtools.RasterImage object.
hdc
Handle to the device responsible for the conversion. The mapping mode of the device context must be MM_TEXT.
hbitmap
Handle to the DDB to be changed.
hpalette
Handle to the palette. This value can be IntPtr.Zero if the hdc parameter refers to a device that is greater than 8 bits, or if the bitmap will use the system palette.
The newly create Leadtools.RasterImage object.
This method results in only one copy of the image, and it invalidates the DDB (hbitmap) handle.
For more information on DDBs and DIBs, refer to Using DIBs, DDBs, and the Clipboard.
For more information refer to RasterImage and GDI/GDI+.
For an example, refer to ChangeToHBitmap(rasterimage).