Can anyone please teach me how to detect the event of "clicking on certain part of the same picture" in C#(WindowsForm, to be specific)?
For example, let's just say we have a brain picture in picturebox, and there are three different regions on it : hippocampus, frontal lobe and cortex. How should I detect which region is clicked by user? (Those regions are in irregular shapes.)
Thanks!