Returns the name of window given its native handle (HWND in case of Win32 and GtkWidget in case of GTK+).
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- windowHandle
- Type: SystemIntPtr
Handle of the window.
Return Value
Type: StringWindow name
See Also