---
title: window
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nscachedimagerep/window
---

# window

Returns the window where the representation is cached.

## Declaration

```occ
- (NSWindow *) window;
```

## Return Value

Return Value The window (typically offscreen) used to store the image.

## See Also

### Getting Data

- [rect](appkit/nscachedimagerep/rect.md)
