window .position .set  (  PosX ,  PosY  )  
                                
Description :

This instruction sets the position of the window on the desktop.

Parameters :

  • X component of the window's top left pixel position.
  • Y component of the window's top left pixel position.

Examples :