8 lines
234 B
Markdown
8 lines
234 B
Markdown
# 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.
|