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