Get the image box hosted in this viewer

Namespace:  Emgu.CV.UI
Assembly:  Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ImageBox ImageBox { get; }
Visual Basic (Declaration)
Public ReadOnly Property ImageBox As ImageBox
Visual C++
public:
property ImageBox^ ImageBox {
	ImageBox^ get ();
}

See Also