# `GSRoundPointGridSetting`

*Function*

## Declaration

```swift
func GSRoundPointGridSetting(_ point: NSPoint, _ grid: GSGridSettings) -> NSPoint
```

```objc
NSPoint GSRoundPointGridSetting(NSPoint point, GSGridSettings grid);
```

```python
GSRoundPointGridSetting(point: NSPoint, grid: GSGridSettings) -> NSPoint
```

## See Also

### Rounding and Grid

- [`GSUnitVector`](/Core/GlyphsCore/GSUnitVector)
- [`GSCross`](/Core/GlyphsCore/GSCross)
- [`GSRoundHandle`](/Core/GlyphsCore/GSRoundHandle)
- [`GSRoundGrid`](/Core/GlyphsCore/GSRoundGrid)
- [`GSRoundPoint`](/Core/GlyphsCore/GSRoundPoint)
- [`GSRoundPointToDirection`](/Core/GlyphsCore/GSRoundPointToDirection)
- [`GSRoundPointToLine`](/Core/GlyphsCore/GSRoundPointToLine)
- [`GSRoundPointGrid`](/Core/GlyphsCore/GSRoundPointGrid)
- [`GSRoundPointGridSettingMax`](/Core/GlyphsCore/GSRoundPointGridSettingMax)
- [`GSRoundSize`](/Core/GlyphsCore/GSRoundSize)
- [`GSRoundRectGrid`](/Core/GlyphsCore/GSRoundRectGrid)
- [`GSRoundRect`](/Core/GlyphsCore/GSRoundRect)

