In many developing programs allow us to develop program to edit image or customize as you want. This tutorial will show you how to develop a small application to invert image in PictureBox. I use two PictureBoxes which one is stored the base image and another one for getting result the image which is inverted.
No | Control Type | Name | Text | Event |
1 | Form1 | FormInvertImage | Inverting Image | |
2 | PictureBox1 | PictureBoxBase | ||
3 | PictureBox2 | PictureBoxInvert | ||
4 | Button1 | ButtonInvert | Invert | Click |
- As you see in the application screenshot, when you click on button "Invert" , you will get the image result in PictureBoxInvert.
0 comments:
Post a Comment