Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'D3DRECT'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.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;
};
};
|
|