# `GSAnnotation handleRectForScale:`

*Instance Method*

## Declaration

```swift
func handleRect(forScale scale: CGFloat) -> NSRect
```

```objc
- (NSRect) handleRectForScale:(CGFloat) scale;
```

```python
handleRectForScale_(scale: float) -> NSRect
```

