Function 関数

NSMinX

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

Declaration 宣言

CGFloat NSMinX(NSRect aRect);

Return Value 戻り値

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

See Also 参照

Managing Rectangles 矩形を管理する