Xojo.Core.Rect.Offset
From Xojo Documentation
Method
Xojo.Core.Rect.Offset(DeltaX As Integer, DeltaY As Integer) As Xojo.Core.Rect
Supported for all project types and targets.
Supported for all project types and targets.
A new rect offset by the specified values.
Method
Xojo.Core.Rect.Offset(Delta As Xojo.Core.Point) As Xojo.Core.Rect
Supported for all project types and targets.
Supported for all project types and targets.
A new rect offset by the specified delta point.