Contents

NSStringFromSize(_:)

Returns a string representation of a size.

Declaration

func NSStringFromSize(_ aSize: NSSize) -> String

Return Value

A string of the form “{a, b}”, where a and b are the width and height, respectively, of aSize.

See Also

Managing Sizes