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: Anumber. Width in pixels to be added to current window width. Can be negative.height: Anumber. Height in pixels to be added to current window height. Can be negative.
Returns#
- No value
Example#
resizeWinBy(100, 100)