Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 234 Bytes

point.md

File metadata and controls

8 lines (6 loc) · 234 Bytes

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.