[This is preliminary documentation and is subject to change.]

Destroys the window with a given name

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

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