Function 関数

NSIntegralRectWithOptions

Adjusts the sides of a rectangle to integral values using the specified options. 矩形の辺を整数値に調整します、指定されたオプションを使います。

Declaration 宣言

NSRect NSIntegralRectWithOptions(NSRect aRect, NSAlignmentOptions opts);

Return Value 戻り値

A copy of aRect, modified based on the options. The options are defined in NSAlignmentOptions. aRectのコピー、オプションに基づいて修正されます。オプションは、NSAlignmentOptionsで定義されます。

See Also 参照

Managing Rectangles 矩形を管理する