Window.setPos

Function/Meaning

[Windows *] Window position setting

Type
Windowclassmethod of
Syntax
setPos(left, top)
Arguments
left

Specifies the position of the left edge of the window.

top

Specifies the top position of the window.

Return value
None (void)
Explanation

Specifies the position of the window.
When specifying the position of a window, it is more efficient to specify it all at once with this method rather than setting the Window.left and Window.top properties individually.

Reference
Window.left
Window.top
Window.setSize