Realbasic.Rect.Left
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Rect.Left as a replacement. |
Property (As Integer )
aRealbasic.Rect.Left = newIntegerValue
or
IntegerValue = aRealbasic.Rect.Left
Supported for all project types and targets.
or
IntegerValue = aRealbasic.Rect.Left
Supported for all project types and targets.
The left edge of the Rect on the X axis.
Sample Code
This example moves the rect to the left by 50 pixels, keeping its height and width intact.
myRect.Left = myRect.Left + 50