GetScreenDPI System Query Command

GETSCREENDPI AmigaOnly

Gets the display resolution of the current screen.

getscreendpi

stem/a Gets the display dpi.

Results:

x/i The horizontal display dpi.

y/i The vertical display dpi.

Examples:

getscreendpi rez
say rez.x
say rez.y

 

GetScreenDPI  Command Definition  url:PGScmd/getscreendpi
  created:2006-03-30 22:20:08   last updated:2006-03-30 22:20:08
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For GetScreenDPI
Dan Kilroy wrote...2006-05-04 17:27:05

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

GetScreenDPI (stem[X,Y])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For GetScreenDPI