# Point

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / Point

# Type Alias: Point

> **Point** = `object`

Represents a location in (x, y) coordinate space.
The origin is at the top left corner.

## Properties

### x

> **x**: `number`

The X coordinate.

***

### y

> **y**: `number`

The Y coordinate.
