CRect::Height

Call this member function to calculate the height of CRect by subtracting the top value from the bottom value. The resulting value can be negative.

Syntax

int Height( ) const;

At a Glance

Header file: Afxwin.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CRect Overview, CRect Member Functions, Simple Value Types, CRect::Width, CRect::Size, CRect::IsRectEmpty, CRect::IsRectNull, CRect::NormalizeRect