window .resolution .set  (  Width ,  Height  )  
                                
Description :

This instruction sets the size of the window.

Parameters :

  • Width of the window, expressed in pixels.
  • Height of the window, expressed in pixels.

Examples :