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