Function 関数

NSMakeRect(_:_:_:_:)

Creates a new NSRect from the specified values. 新しいNSRectを、指定された値から作成します。

Declaration 宣言

func NSMakeRect(_ x: CGFloat, 
              _ y: CGFloat, 
              _ w: CGFloat, 
              _ h: CGFloat) -> NSRect

Return Value 戻り値

An NSRect having the specified origin of [x, y] and size of [w, h]. あるNSRect、 [x, y] の原点と [w, h] のサイズを持っています。

See Also 参照

Managing Rectangles 矩形を管理する