Function 関数

NSIntersectsRect(_:_:)

Returns a Boolean value that indicates whether two rectangles intersect. 2つの矩形が交差するかどうかを指し示すブール値を返します。

Declaration 宣言

func NSIntersectsRect(_ aRect: NSRect, 
                    _ bRect: NSRect) -> Bool

Return Value 戻り値

true if aRect intersects bRect, otherwise false. Returns false if either aRect or bRect has a width or height that is 0. true、もしaRectbRectと交差するならば、そうでなければfalsefalse、もしaRectまたはbRectのどちらかが0の幅または高さを持つならば。

See Also 参照

Managing Rectangles 矩形を管理する