Realbasic.Rect
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Rect as a replacement. |
Class (inherits from Object)
New in 2011r2
A way to represent an axis-aligned rectangular area. Rect can be used for window size/position, control size/position and drawing of controls.
Properties | |||||||||||
|
Methods | ||||||||||
|
Constructors | ||
|
Notes
You must prefix the classic Rect with "Realbasic" like this:Realbasic.Rect
.
Sample Code
See Also
Canvas control; Window, ContainerControl, Realbasic.Point, Realbasic.Size classes.