| CSize | Constructs a CSize object. |
| operator == | Checks for equality between CSize and a size. | |
| operator != | Checks for inequality between CSize and a size. | |
| operator += | Adds a size to CSize. | |
| operator –= | Subtracts a size from CSize. |
Operators Returning CSize Values
| operator + | Adds the two sizes. | |
| operator – | Subtracts the two sizes. |