Function 関数

NSStringFromRect(_:)

Returns a string representation of a rectangle. ある矩形を表している文字列を返します。

Declaration 宣言

func NSStringFromRect(_ aRect: NSRect) -> String

Discussion 議論

Returns a string of the form “{{a, b}, {c, d}}”, where a, b, c, and d are the x and y coordinates and the width and height, respectively, of aRect. 形式 “{{a, b}, {c, d}}” の文字列を返します、そこで a、b、c、そして d は、それぞれ、aRectの x と y 座標および幅と高さです。

See Also 参照

Managing Rectangles 矩形を管理する