I have 2 panels. The first panel shows a list of image files. When a user selects a file its displayed in a picturebox in the right panel. The user is allowed to select an area in the image. I need to save this selection for future use ie. to show the selection when this image is selected again. I intend to use an array with Multiple Data types
[Filename(string),Location(Point),Size(Size)]
Is this approach okay? Is there a better approach to solve this issue?