| Description | | 矩形のY座標の配列。 |
| Constructors | YCoordinateArray YCoordinateArray() | コンストラクター。Y座標で指定される矩形の空の配列を作成します。 |
| Methods | Void Add( YCoordinate ) | 配列の末尾に矩形を追加します。 |
| Void Add( YCoordinateArray ) | 別の配列を末尾に追加します。 |
| Void InsertAt( Int index, YCoordinate ) | 指定した index の位置に矩形を追加します。 |
| Void DeleteAll() | 配列内のすべての要素を削除します。 |
| Void DeleteAt( Int index ) | 指定した index の位置の要素を削除します。 |
| YCoordinate GetAt( Int index ) | 指定した index の要素を返します。 |
| Int Count() | 配列内の要素数を返します。 |
| Void ShiftDown( Int index, Distance ) | 配列内の指定要素の座標を下方向(増加)にシフトします。 |
| Void ShiftUp( Int index, Distance ) | 配列内の指定要素の座標を上方向(減少)にシフトします。 |
| Void ShiftDown( Distance ) | 配列内のすべての要素を下方向(増加)にシフトします。 |
| Void ShiftUp( Distance ) | 配列内のすべての要素を上方向(減少)にシフトします。 |