CRectTracker::OnChangedRect
Called by the framework whenever the tracker rectangle has changed during a call to Track.
virtual void OnChangedRect(
const CRect& rectOld
);
Параметры
- rectOld
Contains the old device coordinates of the CRectTracker object.
Заметки
At the time this function is called, all feedback drawn with DrawTrackerRect has been removed. The default implementation of this function does nothing.
Override this function when you want to perform any actions after the rectangle has been resized.
Требования
Header: afxext.h