What it does
A collection of IRect interfaces.Methods
| Definition | Description |
|---|---|
| AddRect (left: int, top: int, right: int, bottom: int) | Adds another rect element to the rectangle collection. |
IRects is a collection of IRect rectangles in FlexiCapture scripts, with an AddRect method for appending rectangles by pixel coordinates.
| Definition | Description |
|---|---|
| AddRect (left: int, top: int, right: int, bottom: int) | Adds another rect element to the rectangle collection. |