Function 関数

NSMaxY

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

Declaration 宣言

CGFloat NSMaxY(NSRect aRect);

Return Value 戻り値

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

See Also 参照

Managing Rectangles 矩形を管理する