This constructor constructs a CRect object. If no parameters are specified , left, top, right, and bottom members are not initialized.
Header file: | Afxwin.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 1.0 and later |
Complete documentation: | Visual C++ documentation |
CRect( ); CRect( int l, int t, int r, int b );
CRect( const RECT& srCRect ); CRect
( LPCRECT lpSrCRect ); CRect
( POINT point, SIZE size ); CRect
( POINT topLeft, POINT bottomRight );
CRect::SetRect, CRect::CopyRect, CRect::operator =, CRect::SetRectEmpty