Appearance
const Rect.origin: Rect
A constant representing the origin rectangle (positioned at 0,0 with zero width and height).
Rect.origin; // { left: 0, top: 0, width: 0, height: 0 }