K
Keith Smith
I am making a program that needs to put a copy of a certain small image
wherever the user clicks with the mouse. I am using a pictureBox as my main
area (although I can change this if necessary). How can I paste my image in
various places on the pictureBox?
I thought it might be something like this...?
PasteImage(x,y);
PasteImage(x+100,y+100);
Thanks!!
wherever the user clicks with the mouse. I am using a pictureBox as my main
area (although I can change this if necessary). How can I paste my image in
various places on the pictureBox?
I thought it might be something like this...?
PasteImage(x,y);
PasteImage(x+100,y+100);
Thanks!!