Contents

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

For more information, see View Coordinates.

See Also

Methods