CRectTracker( );
CRectTracker( LPCRECT lpSrcRect, UINT nStyle );
Parameters
lpSrcRect
The coordinates of the rectangle object.
nStyle
Specifies the style of the CRectTracker object. The following styles are supported:
Remarks
Creates 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.
CRectTracker Overview | Class Members | Hierarchy Chart
See Also CRect::CRect