resizeBy method

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

The Window.resizeBy() method resizes the current window by a specified amount.

Implementation

external void resizeBy(
  int x,
  int y,
);