Introduction - If you have any usage issues, please Google them yourself
image translation is only a change in the image on the screen location, image itself is not changing. Assuming the original image coordinates of the upper left corner of the region (x0, y0), the lower right coordinates (x1, y1), image along the x and y axis translation dx and dy, new images in the upper left hand corner coordinates (x0+ dx. y0+ dy), the lower right coordinates (x1+ dx, dy+ y1).