resizeTo method

void resizeTo(
  1. int width,
  2. int height
)

The Window.resizeTo() method dynamically resizes the window.

Implementation

external void resizeTo(
  int width,
  int height,
);