Point

Point constructor

初始化一个新的实例Point类.

public Point(double x, double y)
范围 类型 描述
x Double x 坐标。
y Double y 坐标。

也可以看看