screenLoc | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the location of the screen's center. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: item, rectangle Property: pixels, location Function: screenRect Glossary: return Control Structure: function | ||||||
Description | Use the screenLoc function to determine the height and width of the screen, or to compute the location of windows relative to the center of the screen. The first item in the value returned by the screenLoc is the distance from the left edge to the center of the screen, in pixels. The second item is the distance from the top edge to the center of the screen, in pixels. If the system has more than one monitor, the screenLoc function returns the rectangle of the main screen. |