IIXC_Page::FillChannel Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 23: | Line 23: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IIXC_Page|IIXC_Page]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 03:04, 23 May 2015
FillChannel fills a specified rectangle of the page with a specified color value into one specified color channel.
Syntax
HRESULT FillChannel([in] IXC_Channel dstChannel, [in] UCHAR nValue, [in] RECT* pRect);
Parameters
- dstChannel
- [in] Specifies color channel which will be used.
- nValue
- [in] Specifies the value which will be filled with. Possible value is from 0 to 255.
- pRect
- [in] Pointer to RECT structure which defines the area to be filled.
Return Value
Returns S_OK if operation was successful or error code in other cases.