I am working on extending the Microsoft resize Adorner example and need to be able to reposition the element after say the bottom left drag handle has been drag
Adorner
And if someone just wants the control's screen coordinates:
Point targetLoc = targetCtrl.PointToScreen(new Point(0, 0));
(this doesn't match the thread's description, but it does match the title. Figured it might help people coming in off search results)