|
SetImageLine
|
|
| Inp [in]
|
| Index of the image
|
| Line [in]
|
| Zero-based number of image line (raw)
|
| pArray [out,retval]
|
| Pointer to the SAFEARRAY containing the pixel values
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure.
|
|
Format
|
Data type
|
Size
|
|
8-bit monochrome
|
Byte
|
0 to SizeX -1
|
|
16-bit gray monochrome
|
Integer (word)
|
0 to SizeX -1
|
|
32-bit gray monochrome
|
Long (double word)
|
0 to SizeX -1
|
|
float
|
float (32-bit)
|
0 to SizeX -1
|
|
complex
|
float (32-bit)
|
0 to SizeX * 2 -1
|
|
24-bit RGB
|
Byte
|
0 to SizeX * 3 - 1
|
|
32-bit RGB
|
Byte
|
0 to SizeX * 4 - 1
|
|
48-bit RGB
|
Integer (word)
|
0 to SizeX * 3 - 1
|
|
|