FreeImageBitmap.GetHbitmapForDevice Method

FreeImage.NET

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: IntPtr
A handle to the GDI bitmap object that this method creates.
See Also