CSize::operator +

CSize operator +( SIZE size ) const;

CPoint operator +( POINT point ) const;

CRect operator +( const RECT* lpRect ) const;

Remarks

These operators add this CSize value to the value of parameter. See the following descriptions of the individual operators:

CSize OverviewClass MembersHierarchy Chart

See Also   CPoint::operator +, CRect::operator +