# PointLocation

## Content

# Interface: PointLocation

A point representing a location in (x, y) coordinate space.

## Extended by

- [`Bounds`](Bounds)

## Properties

### x

```ts
x: number;
```

X position.

***

### y

```ts
y: number;
```

Y position.
