---
title: NSRectEdge.minY
framework: foundation
role: symbol
role_heading: Case
path: foundation/nsrectedge/miny
---

# NSRectEdge.minY

The minimum Y edge.

## Declaration

```swift
case minY
```

## Discussion

Discussion This is equivalent to CGRectEdge.minYEdge.

## See Also

### Minimum and maximum values

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