Function 関数

NSMidY(_:)

Returns the y coordinate of a given rectangle’s midpoint. 与えられた矩形の中心点のy座標を返します。

Declaration 宣言

func NSMidY(_ aRect: NSRect) -> CGFloat

Return Value 戻り値

The y coordinate of aRect’s center point. aRectの中心点のy座標。

See Also 参照

Managing Rectangles 矩形を管理する