> ## 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 は、読み取り/書き込み可能な整数の X 座標と Y 座標を持つ点を定義するもので、FlexiCapture のインターフェイス スクリプトでスクロール位置や描画に使用されます。

<div id="what-it-does">
  ## 概要
</div>

点を表します。

<div id="properties">
  ## プロパティ
</div>

| **Name** | **型** | **アクセス**  | **Description** |
| -------- | ----- | --------- | --------------- |
| X        | int   | 読み取り/書き込み | X 座標            |
| Y        | int   | 読み取り/書き込み | Y 座標            |
