convertSizeFromBase:
Converts the size from the base coordinate system to the view’s coordinate system.
Declaration
- (NSSize) convertSizeFromBase:(NSSize) size;Parameters
- size:
A size in the base coordinate system
Return Value
The size converted to 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.