Method CreatePointD
CreatePointD(double, double)
座標を生成します。
Declaration
public static IPointD CreatePointD(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
double | x | X座標 |
double | y | Y座標 |
Returns
Type | Description |
---|---|
IPointD | 座標 |