Description :
This instruction creates the first Alambik screen of an application (i.e. the MID screen) and defines its resolution. In theory, all scripts should start with this instruction.
The screen resolution sets the number of pixels available in each Alambik screen. The higher the resolution, the better the rendering will be. On the contrary, the smaller the resolution, the more fluid the display will be. The resolution must therefore be carefully determined according to your display needs.
For a windowed application, the screen resolution will set the size of the window in which the application will be displayed.
Parameters :
-
Width of the screen, expressed in pixels.
-
Height of the screen, expressed in pixels.
Examples :
|