Interface Rect

interface Rect {
    height: Num;
    width: Num;
}

Hierarchy (view full)

Properties

Properties

height: Num
width: Num