Skip to content

origin

ts
const Rect.origin: Rect

A constant representing the origin rectangle (positioned at 0,0 with zero width and height).

Example

ts
Rect.origin;
// { left: 0, top: 0, width: 0, height: 0 }