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)
#
Parameterswidth
: 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
#
ExampleresizeWinBy(100, 100)