Click or drag to resize

WindowGetWindowByName Method

Retrieves a created window by name

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static Window GetWindowByName(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:OpenCvSharp.Window.GetWindowByName(System.String)"]

Return Value

Type: Window

[Missing <returns> documentation for "M:OpenCvSharp.Window.GetWindowByName(System.String)"]

See Also