Instance Method
scrollPoint(toCentre:)scrollPointToCentre:scrollPointToCentre_
Scrolls the view so that the point ends up visually centers.
Declaration
func scrollPoint(toCentre aPoint: NSPoint)Declaration
- (void) scrollPointToCentre:(NSPoint) aPoint;Declaration
scrollPointToCentre_(aPoint: NSPoint)Parameters
aPointThe desired centre point.