Emgu CV Library Documentation
Image Property
NamespacesEmgu.CV.UIImageBoxImage

www.emgu.com/wiki
Set the image for this image box
Declaration Syntax
C#Visual BasicVisual C++
public IImage Image { get; set; }
Public Property Image As IImage
public:
property IImage^ Image {
	IImage^ get ();
	void set (IImage^ value);
}

Assembly: Emgu.CV.UI (Module: Emgu.CV.UI) Version: 1.0.0.0 (1.0.0.0)