Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CRect::operator+=
CRect                                       Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void operator +=( POINT point );
 
  Parameter   Description
 
  <point>     Contains a POINT or CPoint.
 
  Remarks
 
  Moves CRect by the specified offsets. Moves CRect <x> units along the
  x-axis and <y> units along the y-axis. The <x> and <y> parameters are
  added to CRect.
 
  See Also
 
  CRect::OffsetRect
 
 
                                     -♦-