CRectTracker::CRectTracker

Use this constructor to construct and initialize a CRectTracker object.

The default constructor initializes the CRectTracker object with the values from lpSrcRect and initializes other sizes to system defaults. If the object is created with no parameters, the m_rect and m_nStyle data members are uninitialized.

Syntax

CRectTracker( );

CRectTracker( LPCRECT lpSrcRect, UINT nStyle );

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, CRect::CRect