CRectTracker::AdjustRect

This member function is called by the framework when the tracking rectangle is resized by using a resize handle. The default behavior of this function allows the rectangle's orientation to change only when Track and TrackRubberBand are called with inverting allowed.

Syntax

virtual void AdjustRect( int nHandle, LPRECT lpRect );

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::Track, CRectTracker::TrackRubberBand, CRectTracker::OnChangedRect