DXOverArray function
Composites an array of source samples over an array of destination samples.
Syntax
void DXOverArray( _In_ DXPMSAMPLE *pDest, _In_ const DXPMSAMPLE *pSrc, _In_ unsigned long nCount );
Parameters
- pDest [in]
-
A pointer to the samples that will be modified by compositing the pSrc samples over the pDest samples.
- pSrc [in]
-
A pointer to the array of samples to composite over the destination.
- nCount [in]
-
A value of type unsigned long that specifies the number of samples in the array.
Return value
This function does not return a value.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
See also
Show: