I have a picturebox with an image property set to a standard jpg file and the properties set to stretch the image to fit the picturebox size..
Now, what I want to do is copy a section from that picture box (with the new stretched image) to a seperate picture box.
So the second picturebox would have a copy of the stretched image, not the original image..
How do I copy, say a 100x100 chunk of the stretched picturebox image to another picturebox?
I am so far only able to copy the image in its unstretched form.
Now, what I want to do is copy a section from that picture box (with the new stretched image) to a seperate picture box.
So the second picturebox would have a copy of the stretched image, not the original image..
How do I copy, say a 100x100 chunk of the stretched picturebox image to another picturebox?
I am so far only able to copy the image in its unstretched form.