CSize::operator -

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

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 operator ( SIZE size ) const;

CPoint operator ( POINT point ) const;

CRect operator ( const RECT* lpRect ) const;

CSize operator ( ) const;

See Also

CPoint::operator -, CRect::operator -