ImageBox: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
ImageBox is a user control that is similar to PictureBox. Instead of taking a Bitmap as argument, it take an Image<,> object and display. | 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 | It also provides extra functionality 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. | ||
[[image:ImageBox_LineAndCircle1.PNG| 300px| center | thumb]] | [[image:ImageBox_LineAndCircle1.PNG| 300px| center | thumb]] |
Revision as of 02:59, 6 September 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 functionality 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.