Function 関数

NSIntersectsRect

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

Declaration 宣言

BOOL NSIntersectsRect(NSRect aRect, NSRect bRect);

Return Value 戻り値

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

See Also 参照

Managing Rectangles 矩形を管理する