ImageBox: Difference between revisions

From EMGU
Jump to navigation Jump to search
Line 6: Line 6:


[[image:ImageBox_LineAndCircle1.PNG| center]]
[[image:ImageBox_LineAndCircle1.PNG| center]]
<B>TODO: Add more images and detail description here</B>


===Adding Image Box to your Application===
===Adding Image Box to your Application===
For instruction on how to add an Image Box to your application, please visit [[Add ImageBox Control | here]].
For instruction on how to add an Image Box to your application, please visit [[Add ImageBox Control | here]].

Revision as of 04:22, 29 May 2008

Image Box

What is it?

ImageBox is a user control that is similar to PictureBox. Instead of taking a Bitmap as argument, it take an Image<,> object and display.

It also provides extra functionalities for image manipulation. I will give an example using the Line and Circle detection Example, where the result is displayed using an ImageBox. Move your mouse over to the image and right click, a context menu with available operations will be displayed.

TODO: Add more images and detail description here

Adding Image Box to your Application

For instruction on how to add an Image Box to your application, please visit here.