I have a couple of rectangles drawn on a visio sheet. I am able to get the rectangles coordinates. I would like to track the mouse coordinates and if the mouse click is in one of the rectangles i would like to execute some code.
Is there a basic example on how to check whether the mouse click was in one of the rectangles?
Thanks in advance!