CSize::operator -

CSize operator -( SIZE size ) const;

CPoint operator -( POINT point ) const;

CRect operator -( const RECT* lpRect ) const;

CSize operator -( ) const;

Remarks

The first three of these operators subtract this CSize value to the value of parameter. The fourth operator, the unary minus, changes the sign of the CSize value. See the following descriptions of the individual operators:

CSize OverviewClass MembersHierarchy Chart

See Also   CPoint::operator -, CRect::operator -