目录
当前位置: 首页 > 文档资料 > Electron 中文文档 >

Point 对象

优质
小牛编辑
124浏览
2023-12-01
  • x Number 类型
  • y Number 类型

**注意:xy都必须是整数,当提供point对象作为electron API的输入参数时,我们将自动将xy值舍入到最接近的整数。

Point Object

  • x Number
  • y Number

Note: Both x and y must be whole integers, when providing a point object as input to an Electron API we will automatically round your x and y values to the nearest whole integer.