# WindowSize

`import { WindowSize } from "destack:display/binding";`

Logical window size in platform points.

```ds title="WindowSize"
export struct WindowSize {
    width: float64;
    height: float64;
}
```

[language/library/src/display/binding/window.ds:133:138](https://github.com/destack-sh/destack/blob/main/language/library/src/display/binding/window.ds#L133-L138)

## Members

### `width: float64`

Logical width.

### `height: float64`

Logical height.
