<< GetPortName | GetScreenName >> |
Top: Documentation Library | Up: G Commands |
GetScreenDPI System Query Command
Gets the display resolution of the current screen.
getscreendpi <stem>
stem/a Gets the display dpi.
Results:
stem
x/i The horizontal display dpi.
y/i The vertical display dpi.
ARexx Examples:
ARexx:
getscreendpi rez
say rez.x say rez.y
say rez.x say rez.y
GetScreenDPI Command Definition url:BMEcmd/getscreendpi
created:2006-04-19 07:04:57 last updated:2006-08-18 20:28:42
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For GetScreenDPI | sign in to add a comment |
There are no user contributed comments for this page. |
<< GetPortName | GetScreenName >> |
Top: Documentation Library | Up: G Commands |