I just created an image on which I would catch the onclick event and then catch the zones the user clicked using Cursor.Position like this :
int X = pictureBox.PointToClient(Cursor.Position).X;
int Y = pictureBox.PointToClient(Cursor.Position).Y
I just created an image on which I would catch the onclick event and then catch the zones the user clicked using Cursor.Position like this :
int X = pictureBox.PointToClient(Cursor.Position).X;
int Y = pictureBox.PointToClient(Cursor.Position).Y