Function 関数

NSIsEmptyRect(_:)

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

Declaration 宣言

func NSIsEmptyRect(_ aRect: NSRect) -> Bool

Return Value 戻り値

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

See Also 参照

Managing Rectangles 矩形を管理する