Using ImageEnView, I like to draw with the mouse [miselect] multiple selections and save the XY coordinates of each rectangle in order to restore the exact position of the multiple selections on other images.
Could you please give me a hint, how to:
- add a selection without pushing the Shift button; - read the XY coordinates of the selections; - create the rectangles as selections (not as layer) on an image?
The output file created by TImageEnView.SaveSelectionToFile doesn't give me access to the XY coordinates of each single selection of the multiple selection, but I need them as I like to assign a different operation to each single selection.