Contents

convertRectToBase:

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

Declaration

- (NSRect) convertRectToBase:(NSRect) rect;

Parameters

  • rect:

    A rectangle in the view’s coordinate system

Return Value

A rectangle in the base coordinate system

Discussion

For more information, see View Coordinates.

See Also

Methods