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