---
title: NSSizePointer
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/nssizepointer
---

# NSSizePointer

Type indicating parameter is a pointer to an NSSize structure.

## Declaration

```swift
typealias NSSizePointer = UnsafeMutablePointer<NSSize>
```

## See Also

### Related Types

- [NSSizeArray](foundation/nssizearray.md)
