CRectTracker::DrawTrackerRect

This method is called by the framework whenever the position of the tracker has changed while inside the Track or TrackRubberBand method. The default implementation makes a call to CDC::DrawFocusRect, which draws a dotted rectangle.

Override this method to provide different feedback during the tracking operation.

At a Glance

Header file: Afxext.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual void DrawTrackerRect( LPCRECT lpRect, CWnd* pWndClipTo,
CDC*
pDC, CWnd* pWnd );

See Also

CRectTracker::Track, CRectTracker::TrackRubberBand, CDC::DrawFocusRect