Set the image for this image box

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IImage Image { get; set; }
Public Property Image As IImage
	Get
	Set
public:
property IImage^ Image {
	IImage^ get ();
	void set (IImage^ value);
}

See Also