# Size

## Content

# Interface: Size

Size of the rectangle.

## Extended by

- [`Bounds`](Bounds)

## Properties

### width

```ts
width: number;
```

Width.

***

### height

```ts
height: number;
```

Height.
