moveBy method - Window class - dart:html library (original) (raw)

description

void moveBy(

  1. int x,
  2. int y )

Moves this window.

x and y can be negative.

Other resources

Implementation

void moveBy(int x, int y) native;