Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TD3DDP_PtrStride::ArraySize ]
[ next: Data ]
public:
__property dword ArraySize = { read=FGetArraySize, write=FSetArraySize, default=1 };
TD3DDP_PTRSTRIDE::ARRAYSIZE
[ component property ]
- Description
The ArraySize property contains the number of internal D3DDP_PTRSTRIDE structures wrapped inside the TD3DDP_PtrStride component.
By default the ArraySize is initialized to 1, meaning that this TD3DDP_PtrStride component wraps a single D3DDP_PTRSTRIDE structure. To wrap multiple structures, set the TD3DDP_PtrStride::ArraySize to the total number of internal structures desired.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|