CRectTracker::OnChangedRect

This member function is called by the framework whenever the tracker rectangle has changed during a call to Track. At the time this function is called, all feedback drawn with DrawTrackerRect has been removed. The default implementation of this function does nothing.

Syntax

virtual void OnChangedRect( const CRect& rectOld );

At a Glance

Header File Afxext.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CRectTracker Overview, CRectTracker Member Functions, Support Classes, CRectTracker::AdjustRect, CRectTracker::Track, CRectTracker::TrackRubberBand