Click or drag to resize

Viz3dRemoveWidget Method

http://www.emgu.com
Removes a widget from the window.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void RemoveWidget(
	string id
)

Parameters

id
Type: SystemString
The id of the widget that will be removed.
See Also