www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'D3DRECT'
|
|
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
D3DRECT
[ TDx_3DI_Library ]
[ next: D3DRENDERSTATETYPE ]
[ prev: D3DPRIMITIVETYPE ]
The definition of the internal DirectX D3DRECT object is as follows:
struct D3DRECT {
union {
LONG x1;
LONG lX1;
};
union {
LONG y1;
LONG lY1;
};
union {
LONG x2;
LONG lX2;
};
union {
LONG y2;
LONG lY2;
};
};
|
|