你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Coordinate class
定义 2D 空间中的坐标。
构造函数
Coordinate(number, number) |
属性
x | |
y |
构造函数详细信息
Coordinate(number, number)
new Coordinate(x: number, y: number)
参数
- x
-
number
- y
-
number
属性详细信息
x
x: number
属性值
number
y
y: number
属性值
number