Defines a size object

interface RectSize {
    width: number;
    height: number;
}

Hierarchy (view full)

Properties

Properties

width: number

width of the rectangle

height: number

height of the rectangle