duilib自学教程
|
Public 成员函数 | |
CDuiRect (const RECT &src) | |
CDuiRect (long iLeft, long iTop, long iRight, long iBottom) | |
CDuiRect (LPCTSTR pstrValue) | |
CDuiString | ToString () |
int | GetWidth () const |
int | GetHeight () const |
void | Empty () |
bool | IsNull () const |
void | Join (const RECT &rc) |
void | ResetOffset () |
void | Normalize () |
void | Offset (int cx, int cy) |
void | Inflate (int cx, int cy) |
void | Deflate (int cx, int cy) |
void | Union (CDuiRect &rc) |