Method AddPointPair
AddPointPair(string, IPointPair)
任意の座標ペアに名前を付けて辞書に追加します。 追加された座標ペアは画面に表されます。
Declaration
public void AddPointPair(string name, IPointPair pointPair)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | 名前  | 
    
| IPointPair | pointPair | 座標ペア  | 
    
AddPointPair(string, IPointD, IPointD)
任意の座標ペアに名前を付けて辞書に追加します。 追加された座標ペアは画面に表されます。
Declaration
public void AddPointPair(string name, IPointD point0, IPointD point1)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | 名前  | 
    
| IPointD | point0 | 座標0  | 
    
| IPointD | point1 | 座標1  | 
    
AddPointPair(string, double, double, double, double)
任意の座標ペアに名前を付けて辞書に追加します。 追加された座標ペアは画面に表されます。
Declaration
public void AddPointPair(string name, double point0X, double point0Y, double point1X, double point1Y)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | 名前  | 
    
| double | point0X | 座標0X  | 
    
| double | point0Y | 座標0Y  | 
    
| double | point1X | 座標1X  | 
    
| double | point1Y | 座標1Y  |