Destroys the window with a given name
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
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