# `GlyphsPathPlugin rectForHandle:forBounds:angle:handleSize:scale:`

*Instance Method*

## Declaration

```swift
func rect(forHandle handleIndex: GSAlignment, forBounds bounds: NSRect, angle transform: AffineTransform?, handleSize: CGFloat, scale: CGFloat) -> NSRect
```

```objc
- (NSRect) rectForHandle:(GSAlignment) handleIndex forBounds:(NSRect) bounds angle:(NSAffineTransform *) transform handleSize:(CGFloat) handleSize scale:(CGFloat) scale;
```

```python
rectForHandle_forBounds_angle_handleSize_scale_(handleIndex: GSAlignment, bounds: NSRect, transform: NSAffineTransform, handleSize: float, scale: float) -> NSRect
```

