Click or drag to resize

CvInvokeDestroyWindow Method

http://www.emgu.com
Destroys the window with a given name

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void DestroyWindow(
	string name
)

Parameters

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