InRect() returns true if the point is inside the rectangle, and false if it is outside. A point is outside the rectangle if it is on the bottom right corner. e.g. (top,left) is inclusive, (bottom,right) is exclusive.
Definition at line 312 of file CATRect.h. References CATRECT::bottom, CATRECT::left, CATRECT::right, and CATRECT::top.
|