# `GSToolSelect handleForPoint:atBounds:angle:`

*Instance Method*

## Declaration

```swift
func handle(for aPoint: NSPoint, atBounds bounds: NSRect, angle transform: AffineTransform?) -> GSHandle?
```

```objc
- (GSHandle *) handleForPoint:(NSPoint) aPoint atBounds:(NSRect) bounds angle:(NSAffineTransform *) transform;
```

```python
handleForPoint_atBounds_angle_(aPoint: NSPoint, bounds: NSRect, transform: NSAffineTransform) -> GSHandle
```

