# `GSFrameView scrollPointFromPoint:toReferencePoint:`

*Instance Method*

## Declaration

```swift
func scrollPoint(from point: NSPoint, toReferencePoint referencePoint: NSPoint) -> NSPoint
```

```objc
- (NSPoint) scrollPointFromPoint:(NSPoint) point toReferencePoint:(NSPoint) referencePoint;
```

```python
scrollPointFromPoint_toReferencePoint_(point: NSPoint, referencePoint: NSPoint) -> NSPoint
```

