Trying to figure out basically where the x,y position of a UserControl is on a form, then the width/height of the form.

Obviously this is easy to do from the outside, but I need to do it from the UserControl code. It would also be easy if the Form was the immediate parent, but I can't presume that to be the case.

I feel like I'm overlooking something simple... any thoughts?