Click or drag to resize

Win32ApiGetIconInfo Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("user32", SetLastError = true)]
public static bool GetIconInfo(
	IntPtr icon,
	out Win32ApiICONINFO info
)

Parameters

icon
Type: SystemIntPtr
info
Type: OpenCvSharpWin32ApiICONINFO

Return Value

Type: Boolean
See Also