Destroys the window with a given name

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

Syntax

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

Parameters

name
Type: System..::.String
Name of the window to be destroyed

See Also