|
GetImagePointer
|
|
| X [in]
|
| The x-coordinate of the pixel
|
| Y [in]
|
| The y-coordinate of the pixel
|
| pValue [out,retval]
|
| Pointer to the variant contating the pointer to the specified memory location
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure.
|
| E_INVALIDARG
|
| Invalid input arguments.
|
|
|
|
|
|
Format
|
Line width in bytes
|
|
8-bit monochrome
|
SizeX
|
|
16-bit monochrome
|
SizeX * 2
|
|
24-bit RGB
|
SizeX * 3
|
|
48-bit RGB
|
SizeX * 6
|