<!--
{
  "availability" : [
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreGraphics",
  "identifier" : "/documentation/CoreGraphics/CGReleaseScreenRefreshRects(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Graphics"
    ],
    "preciseIdentifier" : "c:@F@CGReleaseScreenRefreshRects"
  },
  "title" : "CGReleaseScreenRefreshRects(_:)"
}
-->

# CGReleaseScreenRefreshRects(_:)

Deallocates a list of rectangles that represent changed areas on local displays.

```
func CGReleaseScreenRefreshRects(_ rects: UnsafeMutablePointer<CGRect>?)
```

## Parameters

`rects`

A list of rectangles obtained by calling [`CGWaitForScreenRefreshRects(_:_:)`](/documentation/CoreGraphics/CGWaitForScreenRefreshRects(_:_:)) or [`CGWaitForScreenUpdateRects(_:_:_:_:_:)`](/documentation/CoreGraphics/CGWaitForScreenUpdateRects(_:_:_:_:_:)).

## Discussion

---

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)