Hi, this is my problem.
I have a big picture to be viewed in picturebox.
I will need to manipulated that picture (add some graphic in it) and save it in the same size (if the original is 2000x2500, let it be 2000x2500).
The problem is that picture's size is more than the screensize.
So I cannot view everything in that image.
I think the only way to do it is by using scroolbar.. but do you have any idea to solve it?
Also to be honest, I don't know the difference between .scalewidth and .width? are they related to this issue?
Thanks