FreeImageBitmap.GetHicon Method

FreeImage.NET

FreeImageBitmapGetHicon Method
Returns the handle to an icon.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public IntPtr GetHicon()

Return Value

Type: IntPtr
A Windows handle to an icon with the same image as this FreeImageBitmap.
See Also