Function 関数

NSIntegralRectWithOptions(_:_:)

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

Declaration 宣言

func NSIntegralRectWithOptions(_ aRect: NSRect, 
                             _ opts: AlignmentOptions) -> NSRect

Return Value 戻り値

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

See Also 参照

Managing Rectangles 矩形を管理する