创建一个具有指定 x 和 y 坐标的点。
x
y
已废弃: 不推荐使用 Point。想了解更多,请查看 Point 类 API 文档。
const Point(T x, T y) : this.x = x, this.y = y;