resizeBy 方法

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

通过偏移量调整窗口大小。

其他资源

实现

void resizeBy(int x, int y) native;