http://www.emgu.com
Set the image for this image box
Namespace:
Emgu.CV.UI
Assembly:
Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic IImage Image { get; set; }
Public Property Image As IImage
Get
Set
public:
property IImage^ Image {
IImage^ get ();
void set (IImage^ value);
}
member Image : IImage with get, set
Property Value
Type:
IImage
See Also