根据指定的参数来构造一个新的 Point2D 对象。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public Point2D(
	double x,
	double y
)

参数

x
Type: System..::.Double
Point2D的x坐标值。
y
Type: System..::.Double
Point2D的y坐标值。

请参见