<window>.getPosition

Returns position

 

<window>.getPosition(
    mode = viz.WINDOW_NORMALIZED    

)

 

mode = viz.WINDOW_NORMALIZED

Can be viz.WINDOW_NORMALIZED or viz.WINDOW_PIXELS


Remarks

This command will return the current position of the upper left corner of the window. The values are in normalized screen coordinates.

Return Value

[x,y]