Get image UI pixel coordinates on click?

I have some Unity UI on my screen with an Image on it. I would like to be able to click this image and return the pixel coordinate I clicked.

I need to know exactly where the player has clicked on the image.

Might it be somewhere in IPointerDownHandler?

You should take a look at this: