http://www.emgu.com
Removes a widget from the window.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic void RemoveWidget(
string id
)
Public Sub RemoveWidget (
id As String
)
public:
void RemoveWidget(
String^ id
)
member RemoveWidget :
id : string -> unit
Parameters
- id
- Type: SystemString
The id of the widget that will be removed.
See Also