#include <dx9_wrap.h>
Public Member Functions | |
| Rect () | |
| Default constructor leaves UNINITIALIZED rectangle with unpredictable content. | |
| Rect (int n_x1, int n_y1, int n_x2, int n_y2) | |
| Construct Rect using coordinates of two points. | |
| Rect (const Point &top_left, const Point &bottom_right) | |
| Construct Rect using two two Point structures representing two corners. | |
|
|
Default constructor leaves UNINITIALIZED rectangle with unpredictable content.
|
|
||||||||||||||||||||
|
Construct Rect using coordinates of two points.
|
|
||||||||||||
|
Construct Rect using two two Point structures representing two corners.
|
1.3.6