# `GSFrameView scrollPointToCentre:`

*Instance Method*

Scrolls the view so that the point ends up visually centers.

## Declaration

```swift
func scrollPoint(toCentre aPoint: NSPoint)
```

```objc
- (void) scrollPointToCentre:(NSPoint) aPoint;
```

```python
scrollPointToCentre_(aPoint: NSPoint)
```

## Parameters

- `aPoint` — The desired centre point.

