| ?/TD> |
| Microsoft DirectX 9.0 |
Defines a rectangle.
Syntax
typedef struct _D3DRECT {
LONG x1, y1;
LONG x2, y2;
} D3DRECT;Members
- x1, y1
- Coordinates of the upper-left corner of the rectangle.
- x2, y2
- Coordinates of the lower-right corner of the rectangle.
Structure Information
Header d3d9types.h Minimum operating systems Windows 98
See Also
IDirect3DDevice9::Clear