#include <MyRect.h>
Membres publics | |
| CMyRect () | |
| void | Reset () |
| operator RECT () const | |
| void | operator= (CMyRect *n) |
| void | operator= (CMyRect &r) |
| void | Set (int left, int right, int top, int bottom) |
| void | SetPos (int left, int top) |
| void | SetDelta (int dx, int dy) |
| void | Translate (int dx, int dy) |
| int | DeltaX () |
| int | DeltaY () |
| BOOL | IsInside (POINT *p) |
| BOOL | IsInside (int x, int y) |
Attributs Publics | |
| RECT | r |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
1.3.6