FreeImage.NET Class Library Reference
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: IntPtrA Windows handle to an icon with the same image as this FreeImageBitmap.
See Also