A simple object consisting of the position and size measurements.
When a dimension is returned by the rect property, x
represents the
view's left position, and y
represents the view's top position.
The size property returns a dimension object with x
and y
both set
to 0.
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.