An image box is a user control that is similar to picture box, but display Emgu CV IImage and provides enhenced functionalities.

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 class ImageBox : PanAndZoomPictureBox
Visual Basic (Declaration)
Public Class ImageBox _
	Inherits PanAndZoomPictureBox
Visual C++
public ref class ImageBox : public PanAndZoomPictureBox

Inheritance Hierarchy

See Also