FreeImageBitmap.FromHicon Method

FreeImage.NET

FreeImageBitmapFromHicon Method
Creates a FreeImageBitmap from a Windows handle to an icon.

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

Parameters

hicon
Type: SystemIntPtr
A handle to an icon.

Return Value

Type: FreeImageBitmap
The FreeImageBitmap that this method creates.
See Also