# WindowPixelSize

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

Physical window size in pixels.

```ds title="WindowPixelSize"
export struct WindowPixelSize {
    width: uint32;
    height: uint32;
}
```

[language/library/src/display/binding/window.ds:141:146](https://github.com/destack-sh/destack/blob/main/language/library/src/display/binding/window.ds#L141-L146)

## Members

### `width: uint32`

Pixel width.

### `height: uint32`

Pixel height.
