[ TDDPixelFormat ]
[ next: BBitMask ]
[ prev: AlphaBitDepth ]
public:
__property dword ArraySize = { read=FGetArraySize, write=FSetArraySize, default=1 };
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
See Also
The ArraySize property contains the number of internal DDPIXELFORMAT structures wrapped inside the TDDPixelFormat component.
By default the ArraySize is initialized to 1, meaning that this TDDPixelFormat component wraps a single DDPIXELFORMAT structure. To wrap multiple structures, set the TDDPixelFormat::ArraySize to the total number of internal structures desired.
SEE ALSO
Top