Function 関数

NSMakeRect

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

Declaration 宣言

NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloat h);

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 矩形を管理する