Skip to main content

Rect

interface Rect {
readonly x: number
readonly y: number
readonly width: number
readonly height: number
}