# Quadrilateral

## Content

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

***

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

# Type Alias: Quadrilateral

> **Quadrilateral** = `object`

Represents a quadrilateral.

## Properties

### a

> **a**: [`Point`](Point)

The first vertex of the quadrilateral.
If initialized from a rectangle, corresponds to the rectangle's bottom left corner.

***

### b

> **b**: [`Point`](Point)

The second vertex of the quadrilateral.
If initialized from a rectangle, corresponds to the rectangle's top left corner.

***

### c

> **c**: [`Point`](Point)

The third vertex of the quadrilateral.
If initialized from a rectangle, corresponds to the rectangle's top right corner.

***

### d

> **d**: [`Point`](Point)

The fourth vertex of the quadrilateral.
If initialized from a rectangle, corresponds to the rectangle's bottom right corner.
