hi, i`ve got 2 imageboxes on each other.
the one at the bottom displays a picture (image1), the other one is for drawing (imagedraw).
imagedraw shows a line when i move the mouse on it, and if i move it a bit furthen than the previous line going to be deleted using "CLS", theres a "zoom" function which is changeing the size of the boxes, and strech them, when this happens the line has dissapear.
i want to add the line to imagedraw or image1 whitout deleting its content.
by the way, i think imagedraw is drawing the line in the form surface, but im not sure...
regards: Zsolt
the one at the bottom displays a picture (image1), the other one is for drawing (imagedraw).
imagedraw shows a line when i move the mouse on it, and if i move it a bit furthen than the previous line going to be deleted using "CLS", theres a "zoom" function which is changeing the size of the boxes, and strech them, when this happens the line has dissapear.
i want to add the line to imagedraw or image1 whitout deleting its content.
by the way, i think imagedraw is drawing the line in the form surface, but im not sure...
Code:
private sub imagedraw_mousemove..... cls line (x1, y1) - (x2, y2)
Comment