Skip to main content

resizeWinBy

Resizes the current window relative to it's size, i.e the given dimensions are added into current dimensions to resize the window.

resizeWinBy(width, height)

Parameters#

  • width: A number. Width in pixels to be added to current window width. Can be negative.
  • height: A number. Height in pixels to be added to current window height. Can be negative.

Returns#

  • No value

Example#

resizeWinBy(100, 100)