Function 関数

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. “{a, b}” からの文字列、そこにおいて a と b は、それぞれaSizeの幅と高さです。

See Also 参照

Managing Sizes サイズを管理する