Reference for the Mosaic class Core::RectView
|
The class Core::RectView provides more specialized base functionality for all view components with the shape of a rectangle. It provides a property to get and set the coordinates of the rectangle Bounds.
The class Core::RectView serves as base class for deriving rectangle components only. It doesn't define any particular behavior nor appearance.
property rect Bounds = <0,0,0,0>;
The property 'Bounds' defines the position and the size of the view in the coordinates of the corresponding Owner.