Rect object
A rect object describes a rectangle defined using coordinates of four lines that form its left, top, right, and bottom borders. Borders of a rectangle are always parallel to the edges of the page. The coordinates are specified in pixels.
| Property | Data type | Description |
|---|---|---|
| l * | integer | The X coordinate of the left border of the rectangle. |
| t * | integer | The Y coordinate of the top border of the rectangle. |
| r * | integer | The X coordinate of the right border of the rectangle. |
| b * | integer | The Y coordinate of the bottom border of the rectangle. |
07.11.2025 12:48:30