Getting the position of a mouseDown event
Hi,
I have an app where I have to track where the user clicks the mouse on the screen. The idea is simple, user sees a shape on the screen and I need to track if the mouse is clicked within the bounds of this. Problem is I can do this if the shape is a polygon but I want to allow the user to draw a freehand shape them selves and determine if they clicked within the bounds of this. What other options are available to me?

