What it does
Represents a point.Properties
| Name | Type | Access | Description |
|---|---|---|---|
| X | int | Read/write | X-coordinate |
| Y | int | Read/write | Y-coordinate |
IPoint defines a point with read/write X and Y integer coordinates, used across FlexiCapture interface scripting for scroll positions and drawing.
| Name | Type | Access | Description |
|---|---|---|---|
| X | int | Read/write | X-coordinate |
| Y | int | Read/write | Y-coordinate |