FreeImageBitmap.FromHbitmap Method (IntPtr)

FreeImage.NET

FreeImageBitmapFromHbitmap Method (IntPtr)
Creates a FreeImageBitmap from a handle to a GDI bitmap.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FreeImageBitmap FromHbitmap(
	IntPtr hbitmap
)

Parameters

hbitmap
Type: SystemIntPtr
The GDI bitmap handle from which to create the FreeImageBitmap.

Return Value

Type: FreeImageBitmap
The FreeImageBitmap this method creates.
See Also