CvDestroyWindow Method OpenCvSharp Class Library
Destroys the window with a given name.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void DestroyWindow(
	string name
)

Parameters

name
Type: SystemString
Name of the window to be destroyed.
See Also

Reference