CRectTracker::Draw

Call this function to draw the rectangle's outer lines and inner region.

void Draw( 
   CDC* pDC  
) const;

Parameters

  • pDC
    Pointer to the device context on which to draw.

Remarks

The style of the tracker determines how the drawing is done. See the constructor for CRectTracker for more information on the styles available.

Requirements

Header: afxext.h

See Also

Reference

CRectTracker Class

Hierarchy Chart

CRectTracker::DrawTrackerRect

CRectTracker::CRectTracker

CRect::NormalizeRect