Function 関数

NSMinY

Returns the smallest y coordinate of a given rectangle. 与えられた矩形の最小のy座標を返します。

Declaration 宣言

CGFloat NSMinY(NSRect aRect);

Return Value 戻り値

The smallest y coordinate value within aRect. aRect内部の最小のy座標を返します。

See Also 参照

Managing Rectangles 矩形を管理する