Function 関数

NSMidX(_:)

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

Declaration 宣言

func NSMidX(_ aRect: NSRect) -> CGFloat

Return Value 戻り値

Returns the x coordinate of the center of aRect. aRectの中心の x 座標を返します。

See Also 参照

Managing Rectangles 矩形を管理する