Realbasic.Rect.Size
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Rect.Size as a replacement. |
Property (As Realbasic.Size )
aRealbasic.Rect.Size = newRealbasic.SizeValue
or
Realbasic.SizeValue = aRealbasic.Rect.Size
Supported for all project types and targets.
or
Realbasic.SizeValue = aRealbasic.Rect.Size
Supported for all project types and targets.
The dimensions of the Rect.
Sample Code
This example is in the Paint event of a project. It computes the Size of the union of two rects.