> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IPoint

> IPoint defines a point with read/write X and Y integer coordinates, used across FlexiCapture interface scripting for scroll positions and drawing.

## What it does

Represents a point.

## Properties

| **Name** | **Type** | **Access** | **Description** |
| -------- | -------- | ---------- | --------------- |
| X        | int      | Read/write | X-coordinate    |
| Y        | int      | Read/write | Y-coordinate    |
