<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKImageBrowserCell/imageFrame()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(cs)IKImageBrowserCell(im)imageFrame"
  },
  "title" : "imageFrame()"
}
-->

# imageFrame()

Returns the receiver’s image frame rectangle, which defines the position of the thumbnail in its [`IKImageBrowserView`](/documentation/Quartz/IKImageBrowserView).

```
func imageFrame() -> NSRect
```

## Return Value

The coordinates of the frame, in the `IKImageBrowserView` coordinate space.

## Discussion

It is the developer’s responsibility to compute the `imageFrame` such that it lies entirely within the cell’s [`frame()`](/documentation/Quartz/IKImageBrowserCell/frame()) rectangle.

Subclasses can override this method to customize the position of the thumbnail.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)