Construction
CSize | Constructs a CSize object. |
Operators
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 two sizes. |
operator – | Subtracts two sizes. |