Function 関数

NSMinX(_:)

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

Declaration 宣言

func NSMinX(_ aRect: NSRect) -> CGFloat

Return Value 戻り値

The smallest x coordinate value within aRect. aRect内部の最小のx座標。

See Also 参照

Managing Rectangles 矩形を管理する