# `GSHandleRect`

*Function*

## Declaration

```swift
func GSHandleRect(_ pos: NSPoint, _ handleSize: CGFloat) -> NSRect
```

```objc
NSRect GSHandleRect(NSPoint pos, CGFloat handleSize);
```

```python
GSHandleRect(pos: NSPoint, handleSize: float) -> NSRect
```

## See Also

### Rect Alignment and Handles

- [`GSRectWithCenter`](/Core/GlyphsCore/GSRectWithCenter)
- [`GSMirrorAlignment`](/Core/GlyphsCore/GSMirrorAlignment)
- [`GSAlignedPointForBounds`](/Core/GlyphsCore/GSAlignedPointForBounds)
- [`GSHandleRectForBounds`](/Core/GlyphsCore/GSHandleRectForBounds)

