Set the image for this image box

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 IImage Image { get; set; }
Visual Basic (Declaration)
Public Property Image As IImage
Visual C++
public:
property IImage^ Image {
	IImage^ get ();
	void set (IImage^ value);
}

See Also