IIXC_Page::FillChannel Method

From PDF XChange PDF SDK
Revision as of 06:50, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

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        Value,
                    [in]  RECT*        Rect);

Parameters

dstChannel
[in] Specifies color channel which will be used.
Value
[in] Specifies the value which will be filled with. Possible value is from 0 to 255.
Rect
[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.

See Also

IIXC_Page