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.UIAssembly: 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
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.PictureBox
Emgu.CV.UI..::.PanAndZoomPictureBox
Emgu.CV.UI..::.ImageBox
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.PictureBox
Emgu.CV.UI..::.PanAndZoomPictureBox
Emgu.CV.UI..::.ImageBox