public static IntPtr ChangeToHBitmap( RasterImage image, IntPtr hdc )
'Declaration Public Overloads Shared Function ChangeToHBitmap( _ ByVal image As RasterImage, _ ByVal hdc As IntPtr _ ) As IntPtr
'Usage Dim image As RasterImage Dim hdc As IntPtr Dim value As IntPtr value = RasterImageConverter.ChangeToHBitmap(image, hdc)
public static IntPtr ChangeToHBitmap( RasterImage image, IntPtr hdc )
public: static IntPtr ChangeToHBitmap( RasterImage^ image, IntPtr hdc )
This method results in only one copy of the image, and it invalidates this Leadtools.RasterImage object. You must call RasterImage.Dispose after calling this method.
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