| HistogramBoxClearHistogram Method |
http://www.emgu.com
Remove all the histogram from the control. You should call the Refresh() function to update the control after all modification is complete.
Namespace: Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void ClearHistogram()
Public Sub ClearHistogram
public:
void ClearHistogram()
member ClearHistogram : unit -> unit
See Also