IIXC_Page::SetPixelIndex Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT SetPixelIndex([in] LONG | + | <pre class="brush:cpp;gutter:false">HRESULT SetPixelIndex([in] LONG nX, |
− | [in] LONG | + | [in] LONG nY, |
[in] LONG nIndex);</pre> | [in] LONG nIndex);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nX |
:[in] Specifies the x-coordinate of the pixel to be set. | :[in] Specifies the x-coordinate of the pixel to be set. | ||
− | ; | + | ;nY |
:[in] Specifies the y-coordinate of the pixel to be set. | :[in] Specifies the y-coordinate of the pixel to be set. | ||
;nIndex | ;nIndex |
Revision as of 01:08, 4 June 2015
The SetPixelIndex method sets the palette index for a specified pixel in an indexed page that has a palette.
Syntax
HRESULT SetPixelIndex([in] LONG nX, [in] LONG nY, [in] LONG nIndex);
Parameters
- nX
- [in] Specifies the x-coordinate of the pixel to be set.
- nY
- [in] Specifies the y-coordinate of the pixel to be set.
- nIndex
- [in] Specifies the zero-based index of the color in the page's palette.
Return Value
Returns S_OK if operation was successful or error code in other cases.