Methods
(static) createObj(x, y) → {Promise.<Point>}
创建一个Point对象
Parameters:
| Name | Type | Description |
|---|---|---|
x |
像素坐标 x 的值 | |
y |
像素坐标 y 的值 |
Returns:
- Type
- Promise.<Point>
| Name | Type | Description |
|---|---|---|
x |
像素坐标 x 的值 | |
y |
像素坐标 y 的值 |