Realbasic.Rect.HorizontalCenter
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Rect.HorizontalCenter as a replacement. |
Property (As Double )
aRealbasic.Rect.HorizontalCenter = newDoubleValue
or
DoubleValue = aRealbasic.Rect.HorizontalCenter
Supported for all project types and targets.
or
DoubleValue = aRealbasic.Rect.HorizontalCenter
Supported for all project types and targets.
The center of the Rect on the X axis. Changing this value will move the Rect.
Sample Code
This example is in the MouseDrag event. It gets the horizontal and vertical centers of the rect being dragged.