Realbasic.Rect.Offset
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Rect.Offset as a replacement. |
Method
Realbasic.Rect.Offset(DeltaX As Integer, DeltaY As Integer)
New in 2011r2
Supported for all project types and targets.
New in 2011r2
Supported for all project types and targets.
Moves the point the passed number of pixels. Positive numbers move the point down or to the right, negative move it up or to the left.