# `GSHint highlightPathForScale:`

*Instance Method*

## Declaration

```swift
func highlightPath(forScale scale: CGFloat) -> NSBezierPath?
```

```objc
- (NSBezierPath *) highlightPathForScale:(CGFloat) scale;
```

```python
highlightPathForScale_(scale: float) -> NSBezierPath
```

