---
title: "convertPointToBase:"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsview/convertpointtobase:"
---

# convertPointToBase:

Converts the point from the view’s coordinate system to the base coordinate system.

## Declaration

```occ
- (NSPoint) convertPointToBase:(NSPoint) point;
```

## Parameters

- `point`: A point specifying a location in the coordinate system of the view.

## Return Value

Return Value The point converted to the base coordinate system.

## Discussion

Discussion See Transforming View Coordinates To and From Base Space for a description of view coordinate to base coordinate conversion.

## See Also

### Methods

- [lockFocus()](appkit/nsview/lockfocus().md)
- [lockFocusIfCanDraw()](appkit/nsview/lockfocusifcandraw().md)
- [lockFocusIfCanDraw(in:)](appkit/nsview/lockfocusifcandraw(in:).md)
- [unlockFocus()](appkit/nsview/unlockfocus().md)
- [scroll(_:by:)](appkit/nsview/scroll(_:by:).md)
- [convertPointFromBase:](appkit/nsview/convertpointfrombase:.md)
- [convertSizeToBase:](appkit/nsview/convertsizetobase:.md)
- [convertSizeFromBase:](appkit/nsview/convertsizefrombase:.md)
- [convertRectToBase:](appkit/nsview/convertrecttobase:.md)
- [convertRectFromBase:](appkit/nsview/convertrectfrombase:.md)
- [performMnemonic:](appkit/nsview/performmnemonic:.md)
- [shouldDrawColor()](appkit/nsview/shoulddrawcolor().md)
- [allocateGState()](appkit/nsview/allocategstate().md)
- [gState()](appkit/nsview/gstate().md)
- [setUpGState()](appkit/nsview/setupgstate().md)
