IIXC_Page::GetChannelPixel Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IIXC_Page::GetChannelPixel Method}} | {{#customTitle:IIXC_Page::GetChannelPixel Method}} | ||
− | {{#parentPage:PXV:IIXC_Page|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 | + | |
== Syntax == | == Syntax == | ||
Line 10: | Line 10: | ||
[in] LONG nX, | [in] LONG nX, | ||
[in] LONG nY, | [in] LONG nY, | ||
− | [out, retval] UCHAR* | + | [out, retval] UCHAR* nValue);</pre> |
== Parameters == | == Parameters == | ||
Line 19: | Line 19: | ||
;nY | ;nY | ||
:[in] Specifies the y-coordinate of the pixel to be examined. | :[in] Specifies the y-coordinate of the pixel to be examined. | ||
− | ; | + | ;nValue |
:[out, retval] Pointer to UCHAR value that receives the value of color channel at specified pixel. | :[out, retval] Pointer to UCHAR value that receives the value of color channel at specified pixel. | ||
Line 26: | Line 26: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IIXC_Page|IIXC_Page]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 02:16, 15 June 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* nValue);
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.
- nValue
- [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.