ImageViewerImageBox Property |
http://www.emgu.com
Get the image box hosted in this viewer
Namespace:
Emgu.CV.UI
Assembly:
Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic ImageBox ImageBox { get; }
Public ReadOnly Property ImageBox As ImageBox
Get
public:
property ImageBox^ ImageBox {
ImageBox^ get ();
}
member ImageBox : ImageBox with get
Property Value
Type:
ImageBox
See Also