moveBy方法

void moveBy(
  1. int x,
  2. int y
)

移动窗口。

x 和 y 可以是负数。

其他资源

实现

void moveBy(int x, int y) native;