DesktopDisplay.Left
From Xojo Documentation
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 )
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.