#include <Rect.hpp>
List of all members.
Public Member Functions |
| | CRect () |
| | CRect (int iLeft, int iTop, int iRight, int iBottom) |
| | CRect (const CPoint &TopLeft, const CPoint &BottomRight) |
| | CRect (const CPoint &TopLeft, const CSize &Size) |
| | CRect (LPCRECT lprcRect) |
| | CRect (const RECT &rcRect) |
| CPoint | TopLeft () const |
| CPoint | BottomRight () const |
| CPoint | BottomLeft () const |
| CPoint | TopRight () const |
| CPoint | Centre () const |
| void | Set (int iLeft, int iTop, int iRight, int iBottom) |
| void | Inflate (int iSize) |
| void | Offset (int iX, int iY) |
| void | Size (int nWidth, int nHeight) |
| void | Size (const CSize &Size) |
| bool | Empty () const |
| int | Width () const |
| int | Height () const |
| CSize | Size () const |
Constructor & Destructor Documentation
| CRect::CRect |
( |
int |
iLeft, |
|
|
int |
iTop, |
|
|
int |
iRight, |
|
|
int |
iBottom |
|
) |
| [inline] |
Member Function Documentation
| void CRect::Set |
( |
int |
iLeft, |
|
|
int |
iTop, |
|
|
int |
iRight, |
|
|
int |
iBottom |
|
) |
| [inline] |
The documentation for this class was generated from the following file: