interface
                Bounds
Coordinates of a box shape.
            
            
            - Properties
- height, width, x, y
Properties
- 
            height
- The box’s height. - 
                - Type:
- 
                    number
 
- 
            width
- The box’s width. - 
                - Type:
- 
                    number
 
- 
            x
- X-axis coordinate of the box’s starting point. - 
                - Type:
- 
                    number
 
- 
            y
- Y-axis coordinate of the box’s starting point. - 
                - Type:
- 
                    number