09-22-2015 01:50 AM
Hi,
I am using the "Mouse up" event case on an image. Post this "mouse up" event I intend to enable a button that saves the ROI drawn (during the course of "mouse up") event. How can I test that the obtained ROI is a rectangular ROI or not?
Thanks in anticipation.
09-22-2015 03:49 AM
I think you could use the GetLastEvent Method in the image display. It gives you the type of the tool used.
I attached an example that shows how to use it.