|
GetImagePointer
|
|
| X [in]
|
| The x-coordinate of the pixel
|
| Y [in]
|
| The y-coordinate of the pixel
|
| pValue [out,retval]
|
| Pointer to the specified memory location
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure.
|
|
|
|
Format
|
Line width in bytes
|
|
8-bit monochrome
|
SizeX
|
|
16-bit gray monochrome
|
SizeX * 2
|
|
32-bit gray monochrome
|
SizeX * 4
|
|
float
|
SizeX * 4
|
|
complex
|
SizeX * 8
|
|
24-bit RGB
|
SizeX * 3
|
|
32-bit RGB
|
SizeX * 4
|
|
48-bit RGB
|
SizeX * 6
|
|
|