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