FreeImage.NET Class Library Reference
FreeImageBitmapGetHbitmapForDevice Method |
Creates a GDI bitmap object from this FreeImageBitmap with the same
color depth as the primary device.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public IntPtr GetHbitmapForDevice()
Return Value
Type: IntPtrA handle to the GDI bitmap object that this method creates.
See Also