CODGlobal::PtInRect
BOOLCODGlobal::PtInRect(CPointpoint, CRectrect)
Determines if a point is within a rectangle
Defined in: OdGlobal.cpp
Return Value
TRUE if the point in in the rectangle, FALSE if it is not.
Parameters
point
The point to test.
rect
The rectangle to test.