# Point

**Kind**: interface | **Module**: [Displays](https://docs.interop.io/desktop/reference/javascript/displays/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/displays/point/index.html

Coordinates of a point on the screen.

## Properties

- **`x`** (`number`, required)
  The horizontal X coordinate of the point.
- **`y`** (`number`, required)
  The vertical Y coordinate of the point.
