type XYWH = [number, number, number, number];
Describes a rectangle on the screen
x
andy
indicate the positionw
andh
indicate the width and height
type XYWH = [number, number, number, number];
Describes a rectangle on the screen
x
and y
indicate the positionw
and h
indicate the width and height