CSize::operator -

Use these operators to subtract the value of parameter from this CSize object. Use the fourth operator, the unary minus, to change the sign of the CSize value.

CSize operator –( SIZE size ) const;

CPoint operator –( POINT point ) const;

CRect operator –( const RECT* lpRect ) const;

CSize operator –( ) 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 -