Function 関数

NSIntegralRect(_:)

Adjusts the sides of a rectangle to integer values. 矩形の辺を整数値に合わせて調整する。

Declaration 宣言

func NSIntegralRect(_ aRect: NSRect) -> NSRect

Return Value 戻り値

A copy of aRect, expanded outward just enough to ensure that none of its four defining values (x, y, width, and height) have fractional parts. If the width or height of aRect is 0 or negative, this function returns a rectangle with origin at (0.0, 0.0) and with zero width and height. aRectのコピー、それの4つの定義値(x、y、幅、そして高さ)のうちどれも小数部を持たないことを確実にするのにちょうど必要なだけ外側へ拡大されます。aRectの幅または高さが0または負であるならば、この関数は起点 (0.0, 0.0) を持ちそしてゼロの幅と高さを持つ矩形を返します。

See Also 参照

Managing Rectangles 矩形を管理する