Is this just a simple matter of basic math using the location and size properties?

I take it location gives the (x, y) of the top left corner of say a picture box that I've drawn on the screen. To work out bottom left do I just use the height property and subtract from the Y co-ordinate to get the bottom left and do similar using width and height to work out top and bottom right corners?

Or is there more to it?

S