Method CreatePointPair
CreatePointPair(IPointD, IPointD)
座標ペアを生成します。
Declaration
public static IPointPair CreatePointPair(IPointD point0, IPointD point1)
Parameters
Type | Name | Description |
---|---|---|
IPointD | point0 | 座標0 |
IPointD | point1 | 座標1 |
Returns
Type | Description |
---|---|
IPointPair | 座標ペア |