Sets the window position relative to the top left corner.
| <viz:window>.setPosition( | |
| [x,y] |
)
[x,y]
The offset in pixels from the upper left corner of the monitor.
This will set the x and y position of the main graphics window. The position is in monitor coordinates, where (0,0) is the upper left corner of the monitor. The default is (0,0).
None