<!--
{
  "availability" : [
    "macCatalyst: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreGraphics",
  "identifier" : "/documentation/CoreGraphics/CGRectCount",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Core Graphics"
    ],
    "preciseIdentifier" : "c:@T@CGRectCount"
  },
  "title" : "CGRectCount"
}
-->

# CGRectCount

The size of an array of Quartz rectangles.

```
typealias CGRectCount = UInt32
```

## Discussion

For example, see the function [`CGWaitForScreenRefreshRects(_:_:)`](/documentation/CoreGraphics/CGWaitForScreenRefreshRects(_:_:)).

---

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)