<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PaperKit",
  "identifier" : "/documentation/PaperKit/ImageMarkup/contentsBounds",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PaperKit"
    ],
    "preciseIdentifier" : "s:8PaperKit11ImageMarkupV14contentsBoundsSo6CGRectVvp"
  },
  "title" : "contentsBounds"
}
-->

# contentsBounds

The portion of the image to display, in normalized coordinates.

```
var contentsBounds: CGRect { get set }
```

## Discussion

Values are normalized from `0.0` to `1.0`, where `(0, 0)` is the top-left
and `(1, 1)` is the bottom-right of the source image.
Defaults to `CGRect(x: 0, y: 0, width: 1, height: 1)` (full image).

---

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)