Represents a screen region with its normalized rectangular bounds.
All coordinates are normalized values between 0.0 and 1.0 relative to the canvas size.
For example, { x: 0.5, y: 0.5, width: 0.5, height: 0.5 } represents right-bottom quarter of the canvas.
Represents a screen region with its normalized rectangular bounds.
All coordinates are normalized values between 0.0 and 1.0 relative to the canvas size. For example, { x: 0.5, y: 0.5, width: 0.5, height: 0.5 } represents right-bottom quarter of the canvas.