Function 関数

NSIsEmptyRect

Returns a Boolean value that indicates whether a given rectangle is empty. 与えられた矩形が空であるかどうかを指し示すブール値を返します。

Declaration 宣言

BOOL NSIsEmptyRect(NSRect aRect);

Return Value 戻り値

YES if aRect encloses no area at all—that is, if its width or height is 0 or negative, otherwise NO. YES、もしaRectが全く面を囲まないならば — すなわち、それの幅または高さがゼロまたは負ならば、そうでなければNO

See Also 参照

Managing Rectangles 矩形を管理する