| HistogramViewerHistogramCtrl Property |
http://www.emgu.com
Get the histogram control of this viewer
Namespace: Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic HistogramBox HistogramCtrl { get; }Public ReadOnly Property HistogramCtrl As HistogramBox
Get
public:
property HistogramBox^ HistogramCtrl {
HistogramBox^ get ();
}member HistogramCtrl : HistogramBox with get
Property Value
Type:
HistogramBox
See Also