IsEmpty
Return whether rect's Right is equal to its Left and Bottom is equal to its Top.
template<class TYPE>
bool IsEmpty(const TRect<TYPE> &r);
template<class TYPE>
bool IsEmpty(const TRect<TYPE> &r, const TYPE tolerance = Tolerance<TYPE>);
Namespace: |
ntl |
Include: |
NTL/Core/Rect.h |