CSize::operator +

Use these operators to add to the value of parameter to this CSize object.

CSize operator +( SIZE size ) const;

CPoint operator +( POINT point ) const;

CRect operator +( const RECT* lpRect ) const;

At a Glance

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

See Also

CSize Overview, CSize Operators, Simple Value Types, CPoint::operator +, CRect::operator +