CRectTracker::GetTrueRect

Call this function to retrieve the coordinates of the rectangle.

void GetTrueRect( 
   LPRECT lpTrueRect  
) const;

Parameters

  • lpTrueRect
    Pointer to the RECT structure that will contain the device coordinates of the CRectTracker object.

Remarks

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.

Requirements

Header: afxext.h

See Also

Reference

CRectTracker Class

Hierarchy Chart

CRect::NormalizeRect

Other Resources

CRectTracker Members