DesktopDisplay.Left

From Xojo Documentation

Revision as of 19:12, 23 July 2021 by Gperlman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly...

Read-Only Property (As Integer )
IntegerValue = aDesktopDisplay.Left

New in 2021r3

Supported for all project types and targets.

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.