Converts the coordinates of a rectangle from screen coordinates to client coordinates.
public Rectangle rectToClient( Rectangle r )
r
The Rectangle object containing screen coordinates that you want to convert to client coordinates.
Returns a Rectangle object containing the client coordinates that correspond to the screen coordinates contained in r.