Currently, I'm using a picturebox inside a panel to display images. I have already implemented a logic to move image via mouse cursor.
My question is, if the size of an image is larger than the panel (picturebox's SizeMode=AutoSize
), I want to crop and save the part of an image that is visible on the panel. I don't know how to do that. I'm a begginer and I don't have any experience with this.