hiGetScreenSize
hiGetScreenSize( ) =>l_sizes(l_widthHeightPixelsl_widthHeightMillimeters)
Description
Returns the size of the current display screen as a list of two lists, the first being the width and height in pixels, the second being the width and height in millimeters.
Arguments
Value Returned
|
The size of the current display screen, expressed as a list of two lists. |
Examples
Returns the actual physical size of the display.
hiGetScreenSize()
((14490 900)
(381 237)
)
Related Topics
General Environmental Functions
Return to top