Function 関数

NSContainsRect(_:_:)

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

Declaration 宣言

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

Return Value 戻り値

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

See Also 参照

Managing Rectangles 矩形を管理する