window class : Left getter

Description

Returns the position of the window's left edge on the desktop screen.

Syntax

instance.Left

Arguments

None.

Return value

ClassDescription
realThe position of the window's left edge

Sample code

1:

window w;

2:

real left = w.Left;

Notes

The return value is the device-independent pixel.

Links for reference

None.

Copyright © Cooker All rights reserved.