I am writing a designer that enables the user to drag controls around the screen. What would be the best way of detecting if a control is overlapping another control while i
You can use the Rect.IntersectsWith method