void GetTrueRect( LPRECT lpTrueRect ) const;
Parameters
lpTrueRect
Pointer to the RECT structure that will contain the device coordinates of the CRectTracker object.
Remarks
Call this function to retrieve the coordinates of the rectangle. The dimensions of the rectangle include the height and width of any resize handles located on the outer border. Upon returning, *lpTrueRect is always a normalized rectangle in device coordinates.
CRectTracker Overview | Class Members | Hierarchy Chart
See Also CRect::NormalizeRect