Realbasic.Size.Clone
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Size.Clone as a replacement. |
Method
Creates a duplicate Size object.
Sample Code
This example clones a Size object. The two Size objects have been added as properties to the window.
rectSize2 = rectSize.Clone