RectLike
RectLike:
object
Type definition for a rectangle. Must be an object with x, y, width, and height properties.
Type declaration
height
height:
number
width
width:
number
x
x:
number
y
y:
number
RectLike:
object
Type definition for a rectangle. Must be an object with x, y, width, and height properties.
height:
number
width:
number
x:
number
y:
number