Resizes the window by a specified amount.
Example
var mainWindow = fin.desktop.Window.getCurrent();
mainWindow.resizeBy(10, 10, "top-right");
Resizes the window by a specified amount.
var mainWindow = fin.desktop.Window.getCurrent();
mainWindow.resizeBy(10, 10, "top-right");