VISIO::WINDOW_POS (int window, int xpos, int ypos)
Description:
Position a window at coordinates xpos and ypos. This only has effect if the window was created with the position flag "V_POS_COORDS".
Example:
VISIO::WINDOW_POS (window, 50, 100)