CSize::CSize

This constructor constructs a CSize object. If no parameters are specified, cx and cy members are not initialized.

At a Glance

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

Syntax

CSize( ); CSize( int initCX, int initCY );

CSize( SIZE initSize ); CSize( POINT initPt );

CSize( DWORD dwSize );