Methods
(async, static) createObj() → {Promise.<PointF>}
构造一个新的 PointF 对象。
Returns:
- Type
- Promise.<PointF>
(async, static) getX() → {Promise.<*>}
获取X坐标
Returns:
- Type
- Promise.<*>
(async, static) getY() → {Promise.<*>}
获取Y坐标
Returns:
- Type
- Promise.<*>
(static) isValid() → {Boolean}
判断PointF对象是否有效
Returns:
true:有效;false:无效
- Type
- Boolean