CRectTracker::CRectTracker

This constructor constructs and initializes 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.

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

CRectTracker( ); CRectTracker ( LPCRECT lpSrcRect, UINT nStyle );

See Also

CRect::CRect