---
title: NSRectEdge
framework: foundation
role: symbol
role_heading: Enumeration
path: foundation/nsrectedge
---

# NSRectEdge

## Declaration

```swift
enum NSRectEdge
```

## Topics

### Minimum and maximum values

- [NSRectEdge.maxX](foundation/nsrectedge/maxx.md)
- [NSRectEdge.maxY](foundation/nsrectedge/maxy.md)
- [NSRectEdge.minX](foundation/nsrectedge/minx.md)
- [NSRectEdge.minY](foundation/nsrectedge/miny.md)

### Initializers

- [init(rawValue:)](foundation/nsrectedge/init(rawvalue:).md)
- [init(rectEdge:)](foundation/nsrectedge/init(rectedge:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Related Types

- [AlignmentOptions](foundation/alignmentoptions.md)
- [NSRectArray](foundation/nsrectarray.md)
- [NSRectPointer](foundation/nsrectpointer.md)
