---
title: NSRectPointer
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/nsrectpointer
---

# NSRectPointer

Type indicating a parameter is a pointer to an NSRect structure.

## Declaration

```swift
typealias NSRectPointer = UnsafeMutablePointer<NSRect>
```

## See Also

### Related Types

- [NSRectEdge](foundation/nsrectedge.md)
- [AlignmentOptions](foundation/alignmentoptions.md)
- [NSRectArray](foundation/nsrectarray.md)
