CSize::CSize

CSize( );

CSize( int initCX, int initCY );

CSize( SIZE initSize );

CSize( POINT initPt );

CSize( DWORD dwSize );

Parameters

initCX

Sets the cx member for the CSize.

initCY

Sets the cy member for the CSize.

initSize

SIZE structure or CSize object used to initialize CSize.

initPt

POINT structure or CPoint object used to initialize CSize.

dwSize

DWORD used to initialize CSize. The low-order word is the cx member and the high-order word is the cy member.

Remarks

Constructs a CSize object. If no arguments are given, cx and cy members are not initialized.

CSize OverviewClass MembersHierarchy Chart