IIXC_Page::GetChannelPixel Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IIXC_Page::GetChannelPixel Method}} | {{#customTitle:IIXC_Page::GetChannelPixel Method}} | ||
− | {{#parentPage:PXV:IIXC_Page#Methods|GetChannelPixel | + | {{#parentPage:PXV:IIXC_Page#Methods|GetChannelPixel|method}} |
The '''GetChannelPixel''' method retrieves the pixel color channel value stored at the specified coordinates. | The '''GetChannelPixel''' method retrieves the pixel color channel value stored at the specified coordinates. |
Revision as of 06:56, 23 May 2015
The GetChannelPixel method retrieves the pixel color channel value stored at the specified coordinates.
Syntax
HRESULT GetChannelPixel([in] IXC_Channel nChannel, [in] LONG nX, [in] LONG nY, [out, retval] UCHAR* pValue);
Parameters
- nChannel
- [in] Specifies the color channel from which information will be retrieved.
- nX
- [in] Specifies the x-coordinate of the pixel to be examined.
- nY
- [in] Specifies the y-coordinate of the pixel to be examined.
- pValue
- [out, retval] Pointer to UCHAR value that receives the value of color channel at specified pixel.
Return Value
Returns S_OK if operation was successful or error code in other cases.