Moves a window to a specified position and resizes it.
The title of the window to move.
Optional text found in the window.
The X coordinate of the new position.
The Y coordinate of the new position.
The new width of the window.
The new height of the window.
1 if successful, 0 otherwise.
import { WinMove } from '@ahmic/autoit-js';WinMove('Untitled - Notepad', '', 100, 100, 800, 600); Copy
import { WinMove } from '@ahmic/autoit-js';WinMove('Untitled - Notepad', '', 100, 100, 800, 600);
https://www.autoitscript.com/autoit3/docs/functions/WinMove.htm
Moves a window to a specified position and resizes it.