select_rectangle
Select a rectangular region on the canvas by specifying its top-left coordinates, width, and height. Define the area for focused editing or animation.
Instructions
Select a rectangular region of the canvas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Top-left X coordinate | |
| y | Yes | Top-left Y coordinate | |
| width | Yes | Width of selection | |
| height | Yes | Height of selection |