Returns true if the rectangle is empty.
A rectangle is considered empty if the bottom coordinate is less than or equal to the top coordinate or if the right coordinate is less than or equal to the left.
Rectangle Class