2017-04-04 00:35:39 +02:00
|
|
|
# Point Object
|
|
|
|
|
2021-11-16 05:13:18 +01:00
|
|
|
* `x` number
|
|
|
|
* `y` number
|
2018-09-13 23:28:56 +10:00
|
|
|
|
2025-05-09 14:36:42 -07:00
|
|
|
> [!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.
|