Function 関数

NSContainsRect

Returns a Boolean value that indicates whether one rectangle completely encloses another. ある1つの矩形が完全に別のものを取り囲むかどうかを指し示すブール値を返します。

Declaration 宣言

BOOL NSContainsRect(NSRect aRect, NSRect bRect);

Return Value 戻り値

YES if aRect completely encloses bRect. For this condition to be true, bRect cannot be empty, and must not extend beyond aRect in any direction. YES、もしaRectbRectを完全に取り囲むならば。この条件がtrueになるには、bRectが空であることはできません、そしてaRectを越えてどの方向にも拡大してはいけません。

See Also 参照

Managing Rectangles 矩形を管理する