System.util.RectangleJ.IsEmpty C# (CSharp) Method

IsEmpty() public method

public IsEmpty ( ) : bool
return bool
        public bool IsEmpty() {
            return width <= 0 || height <= 0;
        }
    }