Method RECT.Move Overload Moves this rectangle so that left=x and right=y. Does not change RECT.Width and RECT.Height. public void Move(int x, int y) Parameters x (int) y (int)