How to draw on an image
-
Hello, I am beginner vb.net programmer from Greece. I would appriciate if someone could help where to search to find how can i draw on an immage on a form. For example to draw dots or simple lines on a specific image on a picture that is placed on a picture box and then save it in a database as an image. The only thing that i know is the database part. Thx a lot for your time
-
Hello, I am beginner vb.net programmer from Greece. I would appriciate if someone could help where to search to find how can i draw on an immage on a form. For example to draw dots or simple lines on a specific image on a picture that is placed on a picture box and then save it in a database as an image. The only thing that i know is the database part. Thx a lot for your time
You use the paint event to draw on your form, draw the bitmap first then draw on it. The Graphics object is what you need to research.
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.
-
Hello, I am beginner vb.net programmer from Greece. I would appriciate if someone could help where to search to find how can i draw on an immage on a form. For example to draw dots or simple lines on a specific image on a picture that is placed on a picture box and then save it in a database as an image. The only thing that i know is the database part. Thx a lot for your time