Click or drag to resize

Cv2DestroyWindow Method

Destroys the specified window.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void DestroyWindow(
	string winName
)

Parameters

winName
Type: SystemString

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

See Also