I have a panel in a winforms application and I'm wondering if it is possible to see if there is UserControl at a coordinate, for example x:200, y:200.
I don't just want to detect UserControls with their top-left at x:200, y:200 but also to detect a UserControl if say, it was at x:150, y:150 with W:100, H:100.
I've given it a quick google but I can't find anything.
[edit] To sum up:
In the Black Panel I would like to be able to detect if there is a UserControl (shown in Red) at the Blue coordinate as shown in image 2 not just image 1.