<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIImagePickerController/InfoKey/cropRect",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIImagePickerControllerCropRect"
  },
  "title" : "cropRect"
}
-->

# cropRect

The cropping rectangle that was applied to the original image.

```
static let cropRect: UIImagePickerController.InfoKey
```

## Discussion

The value for this key is an <doc://com.apple.documentation/documentation/Foundation/NSValue> object containing a <doc://com.apple.documentation/documentation/CoreFoundation/CGRect> opaque type.

---

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)