Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CRect::operator=
CRect                                       Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void operator =( const RECT& srcRect );
 
  Parameter   Description
 
  <srcRect>   Refers to a source rectangle.
 
  Remarks
 
  Copies the dimensions of <srcRect> to CRect.
 
  See Also
 
  CRect::SetRect, ::CopyRect
 
 
                                     -♦-