In the following code line what is 0 and -60 refering to?

Is it the X and Y that the image is to be drawn at in the Graphics object g or is it the X and Y of the image offscreenImg to be extracted and drawn at 0, 0 in the object g?
Code:
  '
  '
g.drawImage(offscreenImg, 0, -60, this);
  '
  '