IIXC_Page::SetChannelPixel Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IIXC_Page::SetChannelPixel Method}} | {{#customTitle:IIXC_Page::SetChannelPixel Method}} | ||
− | {{#parentPage:PXV:IIXC_Page#Methods|SetChannelPixel | + | {{#parentPage:PXV:IIXC_Page#Methods|SetChannelPixel|method}} |
The '''SetChannelPixel''' method sets a value of specified color channel at the specified coordinates. | The '''SetChannelPixel''' method sets a value of specified color channel at the specified coordinates. | ||
Line 26: | Line 26: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IIXC_Page|IIXC_Page]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 02:17, 15 June 2015
The SetChannelPixel method sets a value of specified color channel at the specified coordinates.
Syntax
HRESULT SetChannelPixel([in] IXC_Channel nChannel, [in] LONG nX, [in] LONG nY, [in] UCHAR nValue);
Parameters
- nChannel
- [in] Specifies Color Channel to which information will be set.
- nX
- [in] Specifies the x-coordinate of the pixel to be set.
- nY
- [in] Specifies the y-coordinate of the pixel to be set.
- nValue
- [in] The value to set the color channel at specified pixel.
Return Value
Returns S_OK if operation was successful or error code in other cases.