BCGSuite for MFC
bool CBCGPRect::RtInRect ( double  l,
double  t,
double  r,
double  b 
) const
inline

Checks if specified rectangle is located inside this rectangle.

Parameters
lThe x-coordinate of the upper-left corner of the rectangle.
tThe y-coordinate of the upper-left corner of the rectangle.
rThe x-coordinate of the lower-right corner of the rectangle.
bThe y-coordinate of the lower-right corner of the rectangle.
Returns
TRUE if it succeeds, FALSE if it fails.