public static RasterImage ChangeFromHBitmap( IntPtr hbitmap, IntPtr hpalette )
'Declaration Public Overloads Shared Function ChangeFromHBitmap( _ ByVal hbitmap As IntPtr, _ ByVal hpalette As IntPtr _ ) As RasterImage
'Usage Dim hbitmap As IntPtr Dim hpalette As IntPtr Dim value As RasterImage value = RasterImageConverter.ChangeFromHBitmap(hbitmap, hpalette)
public static RasterImage ChangeFromHBitmap( IntPtr hbitmap, IntPtr hpalette )
function Leadtools.Drawing.RasterImageConverter.ChangeFromHBitmap(IntPtr,IntPtr)( hbitmap , hpalette )
public: static RasterImage^ ChangeFromHBitmap( IntPtr hbitmap, IntPtr hpalette )
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+.
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