CODComponentSetTracker::GetUpdateRect
CRectCODComponentSetTracker::GetUpdateRect(void)
Get the current update rectangle in logical units.
Defined in: OdCompTracker.cpp
Return Value
Bounding rectangle for the most recent tracking update.
Comments
This function returns the bounding rectangle for the most recent tracking operation. The rectangle returned is the union of the bounding rectangles of each component that was tracked. This function iterates through the member variable m_setTrackingUpdate to determine what components were updated by the last tracking operation.See Also