|
Windows C++ Library
|
#include <Size.hpp>
Public Member Functions | |
| CSize () | |
| CSize (int iWidth, int iHeight) | |
| void | Set (int iWidth, int iHeight) |
| bool | operator== (const CSize &rRHS) const |
| bool | operator!= (const CSize &rRHS) const |
| CSize::CSize | ( | ) | [inline] |
| CSize::CSize | ( | int | iWidth, |
| int | iHeight | ||
| ) | [inline] |
| void CSize::Set | ( | int | iWidth, |
| int | iHeight | ||
| ) | [inline] |
| bool CSize::operator== | ( | const CSize & | rRHS | ) | const [inline] |
| bool CSize::operator!= | ( | const CSize & | rRHS | ) | const [inline] |
1.7.6.1