Use this constructor to construct a CSize object. If no arguments are given, cx and cy members are not initialized.
CSize( );
CSize( int initCX, int initCY );
CSize( SIZE initSize );
CSize( POINT initPt );
CSize( DWORD dwSize );
| Header file: | Afxwin.h |
| Platforms: | |
| Versions: | 1.0 and later |
| Complete documentation: | Visual C++ documentation |
CSize Overview, CSize Member Functions, Simple Value Types