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

# frame()

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

```
func frame() -> NSRect
```

## Return Value

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

## Discussion

Subclasses should not override this method.

---

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)