moveBy method

  1. @DomName('Window.moveBy')
  2. @DocsEditable()
void moveBy (int x, int y)

Moves this window.

x and y can be negative.

Other resources

Implementation

@DomName('Window.moveBy')
@DocsEditable()
void moveBy(int x, int y) native;