Contents

convertRectFromBase:

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

Declaration

- (NSRect) convertRectFromBase:(NSRect) rect;

Parameters

  • rect:

    A rectangle in the base coordinate system

Return Value

A rectangle in the view’s coordinate system

Discussion

See Transforming View Coordinates To and From Base Space for a description of view coordinate to base coordinate conversion.

See Also

Methods