convertSizeToBase:
Converts the size from the view’s coordinate system to the base coordinate system.
Declaration
- (NSSize) convertSizeToBase:(NSSize) size;Parameters
- size:
A size in the view’s coordinate system
Return Value
The size converted to the base coordinate system.
Discussion
See Transforming View Coordinates To and From Base Space for a description of view coordinate to base coordinate conversion.