NSStringFromSize(_:)
Returns a string representation of a size.
Declaration
func NSStringFromSize(_ aSize: NSSize) -> StringReturn Value
A string of the form “{a, b}”, where a and b are the width and height, respectively, of aSize.
Returns a string representation of a size.
func NSStringFromSize(_ aSize: NSSize) -> StringA string of the form “{a, b}”, where a and b are the width and height, respectively, of aSize.