Contents

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

For more information, see View Coordinates.

See Also

Methods