Class: Point

Point

new Point()

像素点类。用于标示移动设备屏幕的像素点。(该类已经被废弃,计划下个大版本进行移除)
Deprecated:
  • Yes
Source:

Methods

(static) createObj(x, y) → {Promise.<Point>}

创建一个Point对象
Parameters:
Name Type Description
x 像素坐标 x 的值
y 像素坐标 y 的值
Source:
Returns:
Type
Promise.<Point>