CvGetWindowHandle Method OpenCvSharp Class Library
Returns native window 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

public static IntPtr GetWindowHandle(
	string name
)

Parameters

name
Type: SystemString
Name of the window.

Return Value

Type: IntPtr
HWND in case of Win32 and GtkWidget in case of GTK+
See Also

Reference