---
title: "NSEdgeInsetsMake(_:_:_:_:)"
framework: foundation
role: symbol
role_heading: Function
path: "foundation/nsedgeinsetsmake(_:_:_:_:)"
---

# NSEdgeInsetsMake(_:_:_:_:)

Creates an edge insets structure with the specified inset values.

## Declaration

```swift
func NSEdgeInsetsMake(_ top: Double, _ left: Double, _ bottom: Double, _ right: Double) -> NSEdgeInsets
```

## See Also

### Creating an edge insets structure

- [init(top:left:bottom:right:)](foundation/nsedgeinsets/init(top:left:bottom:right:).md)
- [init()](foundation/nsedgeinsets/init().md)
