Destroys the window with a given name

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void cvDestroyWindow(
	string name
)
Public Shared Sub cvDestroyWindow ( _
	name As String _
)
public:
static void cvDestroyWindow(
	String^ name
)

Parameters

name
String
Name of the window to be destroyed

See Also