Difference between revisions of "DesktopDisplay.Left"
From Xojo Documentation
(Created page with "N/A") |
|||
Line 1: | Line 1: | ||
− | + | {{PropertyBox | |
+ | | name=Left | ||
+ | | owner=[[DesktopDisplay]] | ||
+ | | ownertype=class | ||
+ | | scope=public | ||
+ | | type=[[Integer]] | ||
+ | | platform=all | ||
+ | | readonly=yes | ||
+ | | newinversion=2021r3 | ||
+ | }} | ||
+ | {{Description | ||
+ | |text = The left coordinate of the screen relative to the main display. For the main display, it is zero. Use the [[DesktopDisplay.DisplayAt]] method to call Left. For example, [[DesktopDisplay.DisplayAt]](0).Left returns the left coordinate of the main display. }} |
Latest revision as of 19:12, 23 July 2021
Read-Only Property (As Integer )
The left coordinate of the screen relative to the main display. For the main display, it is zero. Use the DesktopDisplay.DisplayAt method to call Left. For example, DesktopDisplay.DisplayAt(0).Left returns the left coordinate of the main display.