メインコンテンツへスキップ

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.

矩形のY座標の配列。

コンストラクター

ConstructorDescription
YCoordinateArray YCoordinateArray()コンストラクター。Y座標で指定される矩形の空の配列を作成します。

Methods

MethodDescription
Void Add( YCoordinate )配列の末尾に YCoordinate を追加します。
Void Add( YCoordinateArray )別の配列をこの配列の末尾に追加します。
Void InsertAt( Int index, YCoordinate )指定したインデックス位置に YCoordinate を追加します。
Void DeleteAll()配列内のすべての要素を削除します。
Void DeleteAt( Int index )指定したインデックス位置の要素を削除します。
YCoordinate GetAt( Int index )指定したインデックスを持つ要素を返します。
Int Count()配列内の要素数を返します。
Void ShiftDown( Int index, Distance )配列内の指定要素の座標を下方向(増加方向)にシフトします。
Void ShiftUp( Int index, Distance )配列内の指定要素の座標を上方向(減少方向)にシフトします。
Void ShiftDown( Distance )配列内のすべての要素の座標を下方向(増加方向)にシフトします。
Void ShiftUp( Distance )配列内のすべての要素の座標を上方向(減少方向)にシフトします。