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
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