Function 関数

NSMinY(_:)

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

Declaration 宣言

func NSMinY(_ aRect: NSRect) -> CGFloat

Return Value 戻り値

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

See Also 参照

Managing Rectangles 矩形を管理する