CODGlobal::RectWithin
BOOLCODGlobal::RectWithin(CRectrcSmall, CRectrcLarge)
Determines if one rectangle is inside another.
Defined in: OdGlobal.cpp
Return Value
TRUE if the smaller rectangle is completely inside the larger.
Parameters
rcSmall
The rectangle that could be within the other.
rcLarge
The rectangle that could conatin the other.