---
title: NSRectEdge.minX
framework: foundation
role: symbol
role_heading: Case
path: foundation/nsrectedge/minx
---

# NSRectEdge.minX

The minimum X edge.

## Declaration

```swift
case minX
```

## Discussion

Discussion This is equivalent to CGRectEdge.minXEdge.

## See Also

### Minimum and maximum values

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