IT KNOWLEDGE

IT KNOWLEDGE
BC

Friday, May 30, 2014

How to Invert Image in PictureBox (VB.Net)

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. 

























Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: itech-9999

0 comments: