Translates this Rectangle the indicated distance,
to the right along the X coordinate axis, and
downward along the Y coordinate axis.
dx | the distance to move this Rectangle
along the X axis | |
dy | the distance to move this Rectangle
along the Y axis |
java.awt.Rectangle.setLocation(int, int), java.awt.Rectangle.setLocation(java.awt.Point)
Diagram: Rectangular Shapes