LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)
LEAD Technologies, Inc

FromHBitmap(IntPtr,IntPtr,IntPtr) Method






Handle to the Windows device context responsible for the conversion. The mapping mode of the device context must be MM_TEXT.
Handle to the Windows DDB.
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.
Creates a new Leadtools.RasterImage from the specified Windows Device-Dependent Bitmap (DDB).
Syntax
public static RasterImage FromHBitmap( 
   IntPtr hdc,
   IntPtr hbitmap,
   IntPtr hpalette
)
'Declaration
 
Public Overloads Shared Function FromHBitmap( _
   ByVal hdc As IntPtr, _
   ByVal hbitmap As IntPtr, _
   ByVal hpalette As IntPtr _
) As RasterImage
'Usage
 
Dim hdc As IntPtr
Dim hbitmap As IntPtr
Dim hpalette As IntPtr
Dim value As RasterImage
 
value = RasterImageConverter.FromHBitmap(hdc, hbitmap, hpalette)
public static RasterImage FromHBitmap( 
   IntPtr hdc,
   IntPtr hbitmap,
   IntPtr hpalette
)
 function Leadtools.Drawing.RasterImageConverter.FromHBitmap(IntPtr,IntPtr,IntPtr)( 
   hdc ,
   hbitmap ,
   hpalette 
)
public:
static RasterImage^ FromHBitmap( 
   IntPtr hdc,
   IntPtr hbitmap,
   IntPtr hpalette
) 

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 Leadtools.RasterImage object.
Remarks

For more information on DDBs and DIBs, refer to Using DIBs, DDBs, and the Clipboard.

For more information refer to RasterImage and GDI/GDI+.

Example
For an example, refer to FromHBitmap(IntPtr,IntPtr).
Requirements

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

See Also

Reference

RasterImageConverter Class
RasterImageConverter Members
Overload List
ToHBitmap(RasterImage) Method
ChangeFromHBitmap(IntPtr,IntPtr) Method
ChangeToHBitmap(RasterImage) Method
RasterImage.FromDib
RasterImage.ToDib
RasterImage.ChangeFromDib
RasterImage.ChangeToDib

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.