Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CRect::Height
CRect                                       Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  int Height() const;
 
  Remarks
 
  Calculates the height of CRect by subtracting the top value from the
  bottom value. The resulting value may be negative.
 
  Return Value
 
  The height of CRect.
 
 
                                     -♦-