This is will not work as the Image control only supports the Click event (without the x,y position).
You should draw the image on the form and redraw it at the new position using MouseDown / MouseUp events (you could also use MouseMove event).
It will be easier to do it on the ForeLayer.
|