There is also encapsulation for types around defining the screen positions and dimensions.
It is represented by:
Point (the specific point on the screen)
Dimension (screen dimensions of the object)
Offset (object movement offset)
This types are used typically when obtaining the dimensions/position of object, or when you are triggering the DOM Event on specific position.