convertPointToBase:
Converts the point from the view’s coordinate system to the base coordinate system.
Declaration
- (NSPoint) convertPointToBase:(NSPoint) point;Parameters
- point:
A point specifying a location in the coordinate system of the view.
Return Value
The point converted to the base coordinate system.
Discussion
See Transforming View Coordinates To and From Base Space for a description of view coordinate to base coordinate conversion.