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
For more information, see View Coordinates.