Contents

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

For more information, see View Coordinates.

See Also

Methods