Function 関数

NSIntersectionRect(_:_:)

Calculates the intersection of two rectangles. 2つの矩形の交差を計算する。

Declaration 宣言

func NSIntersectionRect(_ aRect: NSRect, 
                      _ bRect: NSRect) -> NSRect

Return Value 戻り値

The graphic intersection of aRect and bRect. If the two rectangles don’t overlap, the returned rectangle has its origin at (0.0, 0.0) and zero width and height (including situations where the intersection is a point or a line segment). aRectbRectの画像交差。2つの矩形が重ならないならば、返される矩形はそれの起点で (0.0, 0.0) そしてゼロの幅と高さを持ちます(交差が点か線分であるところの状況を含みます)。

See Also 参照

Managing Rectangles 矩形を管理する