Method AddLinePair
AddLinePair(string, ILinePair)
任意の直線ペアに名前を付けて辞書に追加します。 追加された直線ペアは画面に表されます。
Declaration
public void AddLinePair(string name, ILinePair linePair)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | 名前  | 
    
| ILinePair | linePair | 直線ペア  | 
    
AddLinePair(string, IPointPair, IPointPair)
任意の直線ペアに名前を付けて辞書に追加します。 追加された直線ペアは画面に表されます。
Declaration
public void AddLinePair(string name, IPointPair pointPair0, IPointPair pointPair1)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | 名前  | 
    
| IPointPair | pointPair0 | 座標ペア0  | 
    
| IPointPair | pointPair1 | 座標ペア1  | 
    
AddLinePair(string, IPointD, IPointD, IPointD, IPointD)
任意の直線ペアに名前を付けて辞書に追加します。 追加された直線ペアは画面に表されます。
Declaration
public void AddLinePair(string name, IPointD pair0Point0, IPointD pair0Point1, IPointD pair1Point0, IPointD pair1Point1)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | 名前  | 
    
| IPointD | pair0Point0 | ペア0の座標0  | 
    
| IPointD | pair0Point1 | ペア0の座標1  | 
    
| IPointD | pair1Point0 | ペア1の座標0  | 
    
| IPointD | pair1Point1 | ペア1の座標1  | 
    
AddLinePair(string, double, double, double, double, double, double, double, double)
任意の直線ペアに名前を付けて辞書に追加します。 追加された直線ペアは画面に表されます。
Declaration
public void AddLinePair(string name, double pair0Point0X, double pair0Point0Y, double pair0Point1X, double pair0Point1Y, double pair1Point0X, double pair1Point0Y, double pair1Point1X, double pair1Point1Y)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | 名前  | 
    
| double | pair0Point0X | ペア0の座標0X  | 
    
| double | pair0Point0Y | ペア0の座標0Y  | 
    
| double | pair0Point1X | ペア0の座標1X  | 
    
| double | pair0Point1Y | ペア0の座標1Y  | 
    
| double | pair1Point0X | ペア1の座標0X  | 
    
| double | pair1Point0Y | ペア1の座標0Y  | 
    
| double | pair1Point1X | ペア1の座標1X  | 
    
| double | pair1Point1Y | ペア1の座標1Y  |