Returns the handle to an icon.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public IntPtr GetHicon()
Visual Basic (Declaration)
Public Function GetHicon As IntPtr
Visual C++
public:
IntPtr GetHicon()

Return Value

A Windows handle to an icon with the same image as this FreeImageBitmap.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also