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 'SIZE'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
SIZE
[ TDx_Draw_Library ]
[ next: Source Alpha Channel ]
[ prev: Refresh ]
SIZE is a structure used to define the length and width of a rectangle.
The structure defined for SIZE in the Win32 multimedia programmers reference is :
typedef struct tagSIZE { // siz
LONG cx;
LONG cy;
} SIZE;
|
|